X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=include%2Fopenssl%2Fssl.h;h=cc2a47f42a0cba1d1aeeee4a4e674e9202128765;hp=ca83c6009b9b6a26fcbfdfab50a16f4be03b0593;hb=b11836a63a8973c2b61f8ccd10a085361bced2ea;hpb=6063453c5aec0e6a1ad0d628bc5d2b091bc23969;ds=sidebyside diff --git a/include/openssl/ssl.h b/include/openssl/ssl.h index ca83c6009b..cc2a47f42a 100644 --- a/include/openssl/ssl.h +++ b/include/openssl/ssl.h @@ -1397,7 +1397,7 @@ void SSL_CTX_flush_sessions(SSL_CTX *ctx, long tm); __owur const SSL_CIPHER *SSL_get_current_cipher(const SSL *s); __owur int SSL_CIPHER_get_bits(const SSL_CIPHER *c, int *alg_bits); -__owur char *SSL_CIPHER_get_version(const SSL_CIPHER *c); +__owur const char *SSL_CIPHER_get_version(const SSL_CIPHER *c); __owur const char *SSL_CIPHER_get_name(const SSL_CIPHER *c); __owur uint32_t SSL_CIPHER_get_id(const SSL_CIPHER *c); __owur int SSL_CIPHER_get_kx_nid(const SSL_CIPHER *c);