aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/openssl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openssl.c b/src/openssl.c
index 4ffad71..12211ea 100644
--- a/src/openssl.c
+++ b/src/openssl.c
@@ -9125,7 +9125,7 @@ static const auxL_IntegerReg sx_option[] = {
#ifdef SSL_OP_SSLREF2_REUSE_CERT_TYPE_BUG
{ "OP_SSLREF2_REUSE_CERT_TYPE_BUG", SSL_OP_SSLREF2_REUSE_CERT_TYPE_BUG },
#endif
-#ifdef SSL_OP_TLSEXT_PADDING5
+#ifdef SSL_OP_TLSEXT_PADDING
{ "OP_TLSEXT_PADDING", SSL_OP_TLSEXT_PADDING },
#endif
{ "OP_MICROSOFT_BIG_SSLV3_BUFFER", SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER },