Remove references to RSAref. The glue library is but a memory to fade
[openssl.git] / ssl / ssl_ciph.c
index ce73213b127f788f3117da9de461734a591e3895..f63163f26c38cfd1964194803e67b0c51c4a04ee 100644 (file)
@@ -799,7 +799,7 @@ STACK_OF(SSL_CIPHER) *ssl_create_cipher_list(const SSL_METHOD *ssl_method,
         * Allocate new "cipherstack" for the result, return with error
         * if we cannot get one.
         */
-       if ((cipherstack = sk_SSL_CIPHER_new(NULL)) == NULL)
+       if ((cipherstack = sk_SSL_CIPHER_new_null()) == NULL)
                {
                OPENSSL_free(list);
                return(NULL);