SSL: Corrected typo from commit 87861c9b0e8155
diff --git a/lib/ssluse.c b/lib/ssluse.c
index 4d90392..37178f8 100644
--- a/lib/ssluse.c
+++ b/lib/ssluse.c
@@ -1577,7 +1577,7 @@
     ctx_options |= SSL_OP_NO_SSLv2;
     ctx_options |= SSL_OP_NO_SSLv3;
     ctx_options |= SSL_OP_NO_TLSv1;
-#if defined(SSL_OP_NO_TLSv1_1)
+#if defined(SSL_OP_NO_TLSv1_2)
     ctx_options |= SSL_OP_NO_TLSv1_2;
 #endif
     break;