aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/s2_clnt.c
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-03-31 12:06:30 +0000
committerBodo Möller <bodo@openssl.org>1999-03-31 12:06:30 +0000
commit6d02d8e444f57d96465642b07233ed41801a3a75 (patch)
tree2c7a6c0adef034edefc79282a8d87ff98eb87bab /ssl/s2_clnt.c
parent4f49cc74935d4ec9b655ea8bf888f5be0bc83bfc (diff)
downloadopenssl-6d02d8e444f57d96465642b07233ed41801a3a75.tar.gz
New option "-showcerts" for s_client
Slight cleanup in ssl/
Diffstat (limited to 'ssl/s2_clnt.c')
-rw-r--r--ssl/s2_clnt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/s2_clnt.c b/ssl/s2_clnt.c
index 33112eeb3f..d5457b0328 100644
--- a/ssl/s2_clnt.c
+++ b/ssl/s2_clnt.c
@@ -485,7 +485,7 @@ SSL *s;
p=buf; /* header */
d=p+9; /* data section */
*(p++)=SSL2_MT_CLIENT_HELLO; /* type */
- s2n(SSL2_CLIENT_VERSION,p); /* version */
+ s2n(SSL2_VERSION,p); /* version */
n=j=0;
n=ssl_cipher_list_to_bytes(s,SSL_get_ciphers(s),d);