We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d77739 commit 4c8cee2Copy full SHA for 4c8cee2
Modules/_ssl.c
@@ -187,7 +187,7 @@ extern const SSL_METHOD *TLSv1_2_method(void);
187
#endif
188
189
190
-#if defined(OPENSSL_NO_PHA) || !defined(TLS1_3_VERSION) || defined(OPENSSL_NO_TLS1_3)
+#if defined(OPENSSL_NO_TLS_PHA) || !defined(TLS1_3_VERSION) || defined(OPENSSL_NO_TLS1_3)
191
#define PY_SSL_NO_POST_HS_AUTH
192
193
0 commit comments