summaryrefslogtreecommitdiffstats
path: root/ssl/ssl.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-09-12 23:18:43 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-09-12 23:18:43 +0000
commit07cb0a82d12916aa57ef9ed4c5d0b25cc7ffa278 (patch)
tree65eedff01ea6bc05ca2a9055f72858f0679c56a5 /ssl/ssl.h
parentf2671f8ac4178e3bce0f57e4e81b1fc70f09f123 (diff)
PR: 2025
Submitted by: Tomas Mraz <tmraz@redhat.com> Approved by: steve@openssl.org Constify SSL_CIPHER_description
Diffstat (limited to 'ssl/ssl.h')
-rw-r--r--ssl/ssl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/ssl.h b/ssl/ssl.h
index b60f52be5e..5982616222 100644
--- a/ssl/ssl.h
+++ b/ssl/ssl.h
@@ -1532,7 +1532,7 @@ long SSL_get_default_timeout(const SSL *s);
int SSL_library_init(void );
-char *SSL_CIPHER_description(SSL_CIPHER *,char *buf,int size);
+char *SSL_CIPHER_description(const SSL_CIPHER *,char *buf,int size);
STACK_OF(X509_NAME) *SSL_dup_CA_list(STACK_OF(X509_NAME) *sk);
SSL *SSL_dup(SSL *ssl);