diff options
Diffstat (limited to 'common/ssl_calls.h')
-rw-r--r-- | common/ssl_calls.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/ssl_calls.h b/common/ssl_calls.h index dc60a23e..a957b994 100644 --- a/common/ssl_calls.h +++ b/common/ssl_calls.h @@ -114,5 +114,9 @@ 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 |