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:
e2e3d5c
)
Comment.
author
Bodo Möller
<bodo@openssl.org>
Sat, 15 May 1999 10:40:02 +0000
(10:40 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Sat, 15 May 1999 10:40:02 +0000
(10:40 +0000)
ssl/ssl_lib.c
patch
|
blob
|
history
diff --git
a/ssl/ssl_lib.c
b/ssl/ssl_lib.c
index 7b9228fdfc27becf6b694da932508e1ae7bb5d4b..64b0c9d7b653e436e95d1f0557abe4bca508e805 100644
(file)
--- a/
ssl/ssl_lib.c
+++ b/
ssl/ssl_lib.c
@@
-657,7
+657,7
@@
int SSL_write(SSL *s,const char *buf,int num)
int SSL_shutdown(SSL *s)
{
- /* Note that this function behaves different from what one might
+ /* Note that this function behaves different
ly
from what one might
* expect. Return values are 0 for no success (yet),
* 1 for success; but calling it once is usually not enough,
* even if blocking I/O is used (see ssl3_shutdown).