diff options
author | 2014-05-29 20:21:22 +0000 | |
---|---|---|
committer | 2014-05-29 20:21:22 +0000 | |
commit | 4765c9cb785d3e272faa2afbab6b191d57a5aa8a (patch) | |
tree | c1f8206505e115718b52c120be7824803a2a1712 /lib/libssl/ssl.h | |
parent | remove back compat that was already disabled back in 1998. (diff) | |
download | wireguard-openbsd-4765c9cb785d3e272faa2afbab6b191d57a5aa8a.tar.xz wireguard-openbsd-4765c9cb785d3e272faa2afbab6b191d57a5aa8a.zip |
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 |