From b11836a63a8973c2b61f8ccd10a085361bced2ea Mon Sep 17 00:00:00 2001 From: Kurt Roeckx Date: Sun, 7 Feb 2016 20:11:56 +0100 Subject: Make SSL_CIPHER_get_version return a const char * Reviewed-by: Viktor Dukhovni MR: #1595 --- doc/ssl/ssl.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/ssl/ssl.pod b/doc/ssl/ssl.pod index fea4dc013f..b6d3334f5f 100644 --- a/doc/ssl/ssl.pod +++ b/doc/ssl/ssl.pod @@ -206,7 +206,7 @@ Return the internal name of I as a string. These are the various strings defined by the I and I definitions in the header files. -=item char *B(SSL_CIPHER *cipher); +=item const char *B(SSL_CIPHER *cipher); Returns a string like "C" or "C" which indicates the SSL/TLS protocol version to which I belongs (i.e. where it was defined -- cgit v1.2.3