summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_ciph.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-10-27 12:31:13 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-10-27 12:31:13 +0000
commitab7e09f59b1ab1a5a529dd7e80017f02be432b2c (patch)
treeff41ddbc6baa045472ad6b77182d8fb53f47c469 /ssl/ssl_ciph.c
parente9eda23ae6eced7cb0d71440cee0431273ce8520 (diff)
Win32 fixes... add new directory to build system. Fix warnings.
Diffstat (limited to 'ssl/ssl_ciph.c')
-rw-r--r--ssl/ssl_ciph.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/ssl_ciph.c b/ssl/ssl_ciph.c
index e60a490a52..430c1b379b 100644
--- a/ssl/ssl_ciph.c
+++ b/ssl/ssl_ciph.c
@@ -1258,7 +1258,7 @@ STACK_OF(SSL_CIPHER) *ssl_create_cipher_list(const SSL_METHOD *ssl_method,
STACK_OF(SSL_CIPHER) *cipherstack, *tmp_cipher_list;
const char *rule_p;
CIPHER_ORDER *co_list = NULL, *head = NULL, *tail = NULL, *curr;
- const SSL_CIPHER **ca_list = NULL;
+ SSL_CIPHER **ca_list = NULL;
/*
* Return with error if nothing to do.