From: Derick Rethans Date: Tue, 26 Mar 2002 08:47:41 +0000 (+0000) Subject: - No asserts in the branch X-Git-Tag: php-4.2.0RC2~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=beb3b6b44abc7e4d84689fe3e190581d389b938a;p=php - No asserts in the branch --- diff --git a/ext/openssl/openssl.c b/ext/openssl/openssl.c index e3d92a4ec9..ba65e5b4e5 100644 --- a/ext/openssl/openssl.c +++ b/ext/openssl/openssl.c @@ -140,8 +140,6 @@ static int le_csr; static void php_pkey_free(zend_rsrc_list_entry *rsrc TSRMLS_DC) { EVP_PKEY *pkey = (EVP_PKEY *)rsrc->ptr; - - assert(pkey != NULL); EVP_PKEY_free(pkey); }