diff options
author | Bob Beck <beck@cvs.openbsd.org> | 2014-05-29 20:21:24 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 2014-05-29 20:21:24 +0000 |
commit | 4b83ed84c358f5a49df194b2f225f69533870f5c (patch) | |
tree | 197185e303204be261fd93b5d344721e33d08dc6 /lib/libssl/ssl.h | |
parent | b5a8f988f407de25c016d121edcfc3e2a5272bdc (diff) |
Everything sane has stdio, and FILE *. we don't need ifdefs for this.
ok to firebomb from tedu@
Diffstat (limited to 'lib/libssl/ssl.h')
-rw-r--r-- | lib/libssl/ssl.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libssl/ssl.h b/lib/libssl/ssl.h index 49b85ea0421..ac2030a0a5e 100644 --- a/lib/libssl/ssl.h +++ b/lib/libssl/ssl.h @@ -1651,9 +1651,7 @@ SSL_SESSION *SSL_SESSION_new(void); const unsigned char *SSL_SESSION_get_id(const SSL_SESSION *s, unsigned int *len); unsigned int SSL_SESSION_get_compress_id(const SSL_SESSION *s); -#ifndef OPENSSL_NO_FP_API int SSL_SESSION_print_fp(FILE *fp, const SSL_SESSION *ses); -#endif #ifndef OPENSSL_NO_BIO int SSL_SESSION_print(BIO *fp, const SSL_SESSION *ses); #endif |