Add missing #ifdef's to fix build break
[openssl.git] / ssl / ssl_conf.c
index 9529d30842cc10b60b7d3e09fd91b4e841433b25..2c40df159345685cbac9433a1223346d449f217b 100644 (file)
@@ -332,6 +332,7 @@ static int protocol_from_string(const char *value)
         int version;
     };
     static const struct protocol_versions versions[] = {
+        {"None", 0},
         {"SSLv3", SSL3_VERSION},
         {"TLSv1", TLS1_VERSION},
         {"TLSv1.1", TLS1_1_VERSION},