]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix typos in rev.13864
authorAmos Jeffries <squid3@treenet.co.nz>
Thu, 22 Jan 2015 13:55:00 +0000 (05:55 -0800)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 22 Jan 2015 13:55:00 +0000 (05:55 -0800)
We do not use the "SSL_OP_" OpenSSL symbol prefix in squid.conf UI,
just name the option.

src/cf.data.pre
src/ssl/support.cc

index 322f0918db71129d929879c2c8fddeb174a7c792..221559ce4edf552f6b2dc2ac16e457d56dab2b79 100644 (file)
@@ -1808,7 +1808,7 @@ DOC_START
                            NO_TLSv1_2  Disallow the use of TLSv1.2
                            SINGLE_DH_USE Always create a new key when using
                                      temporary/ephemeral DH key exchanges
-                           SSL_OP_NO_TICKET Disables TLS tickets extension
+                           NO_TICKET Disables TLS tickets extension
                            ALL       Enable various bug workarounds
                                      suggested as "harmless" by OpenSSL
                                      Be warned that this reduces SSL/TLS
index f174090b309ea149f46dcea75df5312d559a8817..3dae5b006a85c597289aa4dc650ec815d57ae828 100644 (file)
@@ -460,7 +460,7 @@ ssl_options[] = {
 #endif
 #if SSL_OP_NO_TICKET
     {
-        "SSL_OP_NO_TICKET", SSL_OP_NO_TICKET
+        "NO_TICKET", SSL_OP_NO_TICKET
     },
 #endif
     {