diff options
Diffstat (limited to 'common/ssl_calls.h')
-rw-r--r-- | common/ssl_calls.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/common/ssl_calls.h b/common/ssl_calls.h index a957b994..dc60a23e 100644 --- a/common/ssl_calls.h +++ b/common/ssl_calls.h @@ -114,9 +114,5 @@ const char * ssl_get_cipher_name(const struct ssl_st *ssl); int ssl_get_protocols_from_string(const char *str, long *ssl_protocols); -size_t -base64_decoded_bytes(const char *src); -char * -base64_decode(char *dst, const char *src, size_t len); #endif |