Correct serious bug in AES-CBC decryption when the message length isn't
[openssl.git] / ssl / ssl_cert.c
index b0e20ed9417c4de22c5185da1bdcd286d7c86ccd..144b90dd17bd3d7da8cee444888d17b042f6ced4 100644 (file)
@@ -810,7 +810,7 @@ err:
 #endif
 #endif
 
-#else
+#else /* OPENSSL_SYS_WIN32 */
 
 int SSL_add_dir_cert_subjects_to_stack(STACK_OF(X509_NAME) *stack,
                                       const char *dir)