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:
37c541f
)
include TVS 1.1 version string
author
Dr. Stephen Henson
<steve@openssl.org>
Fri, 26 Feb 2010 19:38:33 +0000
(19:38 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Fri, 26 Feb 2010 19:38:33 +0000
(19:38 +0000)
apps/s_cb.c
patch
|
blob
|
history
diff --git
a/apps/s_cb.c
b/apps/s_cb.c
index c4f55122477a399e6241b60303eabef2f1af40e6..dd9de4663cdaec682a0cd50952b3b3cb7098c979 100644
(file)
--- a/
apps/s_cb.c
+++ b/
apps/s_cb.c
@@
-357,6
+357,9
@@
void MS_CALLBACK msg_cb(int write_p, int version, int content_type, const void *
case TLS1_VERSION:
str_version = "TLS 1.0 ";
break;
+ case TLS1_1_VERSION:
+ str_version = "TLS 1.1 ";
+ break;
case DTLS1_VERSION:
str_version = "DTLS 1.0 ";
break;