Make sure the already existing X509_STORE->depth variable is initialized
[openssl.git] / ssl / s23_lib.c
index 1eb2b3a331f64087995669e2547090c5c230d2d8..37e98abf79be2cbc5579a5b0e5a10c7d23fc3e33 100644 (file)
@@ -78,7 +78,7 @@ static int ssl23_put_cipher_by_char();
 static SSL_CIPHER *ssl23_get_cipher_by_char();
 #endif
 
-char *SSL23_version_str="SSLv2/3 compatablity part of SSLeay 0.9.1a 06-Jul-1998";
+char *SSL23_version_str="SSLv2/3 compatibility part of OpenSSL 0.9.2 31-Dec-1998";
 
 static SSL_METHOD SSLv23_data= {
        TLS1_VERSION,