Revert "Constify code about X509_VERIFY_PARAM"
[openssl.git] / include / openssl / ssl.h
index 5355c8302a631e0869d4b090953b46fda196d8e9..183296c2cf84153ef480478655b6c16d0cffb1c3 100644 (file)
@@ -1493,7 +1493,7 @@ __owur int SSL_set_trust(SSL *s, int trust);
 
 __owur int SSL_set1_host(SSL *s, const char *hostname);
 __owur int SSL_add1_host(SSL *s, const char *hostname);
-__owur const char *SSL_get0_peername(const SSL *s);
+__owur const char *SSL_get0_peername(SSL *s);
 void SSL_set_hostflags(SSL *s, unsigned int flags);
 
 __owur int SSL_CTX_dane_enable(SSL_CTX *ctx);