diff options
Diffstat (limited to 'common/ssl_calls.c')
| -rw-r--r-- | common/ssl_calls.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/ssl_calls.c b/common/ssl_calls.c index f20ea76c..6e2d8526 100644 --- a/common/ssl_calls.c +++ b/common/ssl_calls.c @@ -893,14 +893,14 @@ ssl_tls_can_recv(struct ssl_tls *tls, int sck, int millis) /*****************************************************************************/ -const char* +const char * ssl_get_version(const struct ssl_st *ssl) { return SSL_get_version(ssl); } /*****************************************************************************/ -const char* +const char * ssl_get_cipher_name(const struct ssl_st *ssl) { return SSL_get_cipher_name(ssl); |
