diff options
Diffstat (limited to 'src/lib/libssl/ssl_txt.c')
| -rw-r--r-- | src/lib/libssl/ssl_txt.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/lib/libssl/ssl_txt.c b/src/lib/libssl/ssl_txt.c index 40b76b1b26..8655a31333 100644 --- a/src/lib/libssl/ssl_txt.c +++ b/src/lib/libssl/ssl_txt.c | |||
| @@ -61,7 +61,7 @@ | |||
| 61 | #include "ssl_locl.h" | 61 | #include "ssl_locl.h" | 
| 62 | 62 | ||
| 63 | #ifndef OPENSSL_NO_FP_API | 63 | #ifndef OPENSSL_NO_FP_API | 
| 64 | int SSL_SESSION_print_fp(FILE *fp, SSL_SESSION *x) | 64 | int SSL_SESSION_print_fp(FILE *fp, const SSL_SESSION *x) | 
| 65 | { | 65 | { | 
| 66 | BIO *b; | 66 | BIO *b; | 
| 67 | int ret; | 67 | int ret; | 
| @@ -78,7 +78,7 @@ int SSL_SESSION_print_fp(FILE *fp, SSL_SESSION *x) | |||
| 78 | } | 78 | } | 
| 79 | #endif | 79 | #endif | 
| 80 | 80 | ||
| 81 | int SSL_SESSION_print(BIO *bp, SSL_SESSION *x) | 81 | int SSL_SESSION_print(BIO *bp, const SSL_SESSION *x) | 
| 82 | { | 82 | { | 
| 83 | unsigned int i; | 83 | unsigned int i; | 
| 84 | char *s; | 84 | char *s; | 
