summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_txt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/ssl_txt.c')
-rw-r--r--src/lib/libssl/ssl_txt.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl_txt.c b/src/lib/libssl/ssl_txt.c
index 734e0c0755..43696db847 100644
--- a/src/lib/libssl/ssl_txt.c
+++ b/src/lib/libssl/ssl_txt.c
@@ -86,7 +86,6 @@
86#include <openssl/buffer.h> 86#include <openssl/buffer.h>
87#include "ssl_locl.h" 87#include "ssl_locl.h"
88 88
89#ifndef OPENSSL_NO_FP_API
90int 89int
91SSL_SESSION_print_fp(FILE *fp, const SSL_SESSION *x) 90SSL_SESSION_print_fp(FILE *fp, const SSL_SESSION *x)
92{ 91{
@@ -102,7 +101,6 @@ SSL_SESSION_print_fp(FILE *fp, const SSL_SESSION *x)
102 BIO_free(b); 101 BIO_free(b);
103 return (ret); 102 return (ret);
104} 103}
105#endif
106 104
107int 105int
108SSL_SESSION_print(BIO *bp, const SSL_SESSION *x) 106SSL_SESSION_print(BIO *bp, const SSL_SESSION *x)