Win32 fixes... add new directory to build system. Fix warnings.

This commit is contained in:
Dr. Stephen Henson
2008-10-27 12:31:13 +00:00
parent e9eda23ae6
commit ab7e09f59b
4 changed files with 5 additions and 2 deletions

View File

@@ -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.