projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa82db4
)
SSL_R_UNSUPPORTED_PROTOCOL (as in s23_clnt.c) for SSL 2 when
author
Bodo Möller
<bodo@openssl.org>
Sun, 16 Jan 2000 21:29:57 +0000
(21:29 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Sun, 16 Jan 2000 21:29:57 +0000
(21:29 +0000)
NO_SSL2 is defined, not SSL_R_UNKNOWN_PROTOCOL.
ssl/s23_srvr.c
patch
|
blob
|
history
diff --git
a/ssl/s23_srvr.c
b/ssl/s23_srvr.c
index 968bf7c1f67430a9cbd47a77a726499dbc994318..7fe8027daa1833a5cc803bac4977c0d02f9c349f 100644
(file)
--- a/
ssl/s23_srvr.c
+++ b/
ssl/s23_srvr.c
@@
-453,7
+453,7
@@
next_bit:
if (type == 1)
{
#ifdef NO_SSL2
- SSLerr(SSL_F_SSL23_GET_CLIENT_HELLO,SSL_R_UN
KNOWN
_PROTOCOL);
+ SSLerr(SSL_F_SSL23_GET_CLIENT_HELLO,SSL_R_UN
SUPPORTED
_PROTOCOL);
goto err;
#else
/* we are talking sslv2 */