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:
026dad0
)
SSL_get_rfc were documented but not implemented.
author
Richard Levitte
<levitte@openssl.org>
Mon, 16 Jul 2001 10:50:49 +0000
(10:50 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Mon, 16 Jul 2001 10:50:49 +0000
(10:50 +0000)
ssl/ssl_lib.c
patch
|
blob
|
history
diff --git
a/ssl/ssl_lib.c
b/ssl/ssl_lib.c
index cd110ca1e60b1307a0a1b3587f24e580c8813e80..11d8e4eac3578525c74a05889f5581f2bc19f644 100644
(file)
--- a/
ssl/ssl_lib.c
+++ b/
ssl/ssl_lib.c
@@
-411,7
+411,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)