aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatarLibravatar daurnimator <quae@daurnimator.com> 2018-10-29 15:21:07 +1100
committerLibravatarLibravatar daurnimator <quae@daurnimator.com> 2018-10-29 15:21:07 +1100
commit58c6e311027a1fdc75c81020466e599dea5e14a5 (patch)
tree347300fbe96c76963daf250009cb212ee4dd00ef
parenta5f1a0f62186d0bfeb62c17a22f9ba9d0ef5de37 (diff)
downloadluaossl-58c6e311027a1fdc75c81020466e599dea5e14a5.tar.gz
luaossl-58c6e311027a1fdc75c81020466e599dea5e14a5.tar.bz2
luaossl-58c6e311027a1fdc75c81020466e599dea5e14a5.zip
src/openssl.c: Fix typo (SSL_OP_TLSEXT_PADDING)
-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 },