From: Zachary Ware Date: Mon, 4 Sep 2017 22:45:18 +0000 (-0700) Subject: Regen Moduls/clinic/_ssl.c.h (GH-3320) X-Git-Tag: v3.7.0a1~166 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=af64aff9f7de2ee60c20bfb331e8a00ea0521c1e;p=python Regen Moduls/clinic/_ssl.c.h (GH-3320) Broken in GH-2079 --- diff --git a/Modules/clinic/_ssl.c.h b/Modules/clinic/_ssl.c.h index fa4f7e222b..2427b5a42d 100644 --- a/Modules/clinic/_ssl.c.h +++ b/Modules/clinic/_ssl.c.h @@ -132,7 +132,7 @@ _ssl__SSLSocket_version(PySSLSocket *self, PyObject *Py_UNUSED(ignored)) return _ssl__SSLSocket_version_impl(self); } -#if defined(OPENSSL_NPN_NEGOTIATED) && !defined(OPENSSL_NO_NEXTPROTONEG) +#if (defined(OPENSSL_NPN_NEGOTIATED) && !defined(OPENSSL_NO_NEXTPROTONEG)) PyDoc_STRVAR(_ssl__SSLSocket_selected_npn_protocol__doc__, "selected_npn_protocol($self, /)\n" @@ -151,7 +151,7 @@ _ssl__SSLSocket_selected_npn_protocol(PySSLSocket *self, PyObject *Py_UNUSED(ign return _ssl__SSLSocket_selected_npn_protocol_impl(self); } -#endif /* defined(OPENSSL_NPN_NEGOTIATED) && !defined(OPENSSL_NO_NEXTPROTONEG) */ +#endif /* (defined(OPENSSL_NPN_NEGOTIATED) && !defined(OPENSSL_NO_NEXTPROTONEG)) */ #if defined(HAVE_ALPN) @@ -1168,4 +1168,4 @@ exit: #ifndef _SSL_ENUM_CRLS_METHODDEF #define _SSL_ENUM_CRLS_METHODDEF #endif /* !defined(_SSL_ENUM_CRLS_METHODDEF) */ -/*[clinic end generated code: output=2d1424e6cc647fa8 input=a9049054013a1b77]*/ +/*[clinic end generated code: output=00790af9c3f31706 input=a9049054013a1b77]*/