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:
24cbf3e
)
SSL_get_rfc were documented but not implemented.
author
Richard Levitte
<levitte@openssl.org>
Mon, 16 Jul 2001 10:50:29 +0000
(10:50 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Mon, 16 Jul 2001 10:50:29 +0000
(10:50 +0000)
ssl/ssl_lib.c
patch
|
blob
|
history
diff --git
a/ssl/ssl_lib.c
b/ssl/ssl_lib.c
index 463ed16020afa8e79582a059423cd583e95b6521..34510963dc58bc1e42b8acb0388c9b986f201798 100644
(file)
--- a/
ssl/ssl_lib.c
+++ b/
ssl/ssl_lib.c
@@
-445,7
+445,7
@@
BIO *SSL_get_wbio(SSL *s)
int SSL_get_fd(SSL *s)
{
- return(SSL_get_rf
c
(s));
+ return(SSL_get_rf
d
(s));
}
int SSL_get_rfd(SSL *s)