aboutsummaryrefslogtreecommitdiff
path: root/ssl/s23_lib.c
diff options
context:
space:
mode:
authorRalf S. Engelschall <rse@openssl.org>1998-12-31 09:36:40 +0000
committerRalf S. Engelschall <rse@openssl.org>1998-12-31 09:36:40 +0000
commit9cb0969f657bcc297430fefb9a51e78c52703121 (patch)
treecabdac8e31b06253239dada3dcb9b8a90726c890 /ssl/s23_lib.c
parent792a90020f78edb2dfa908eb7283dc3aaa8d25f0 (diff)
downloadopenssl-9cb0969f657bcc297430fefb9a51e78c52703121.zip
openssl-9cb0969f657bcc297430fefb9a51e78c52703121.tar.gz
openssl-9cb0969f657bcc297430fefb9a51e78c52703121.tar.bz2
Fix version stuff:
1. The already released version was 0.9.1c and not 0.9.1b 2. The next release should be 0.9.2 and not 0.9.1d, because first the changes are already too large, second we should avoid any more 0.9.1x confusions and third, the Apache version semantics of VERSION.REVISION.PATCHLEVEL for the version string is reasonable (and here .2 is already just a patchlevel and not major change). tVS: ----------------------------------------------------------------------
Diffstat (limited to 'ssl/s23_lib.c')
-rw-r--r--ssl/s23_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/s23_lib.c b/ssl/s23_lib.c
index b6def82..37e98ab 100644
--- a/ssl/s23_lib.c
+++ b/ssl/s23_lib.c
@@ -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 compatibility part of OpenSSL 0.9.1c 23-Dec-1998";
+char *SSL23_version_str="SSLv2/3 compatibility part of OpenSSL 0.9.2 31-Dec-1998";
static SSL_METHOD SSLv23_data= {
TLS1_VERSION,