remove a leftover

This commit is contained in:
Antony Dovgal 2006-09-12 10:54:01 +00:00
parent 7b588b5bcd
commit 1a6cd5162e

View File

@ -1905,7 +1905,7 @@ static EVP_PKEY * php_openssl_evp_from_zval(zval ** val, int public_key, char *
php_error_docref(NULL TSRMLS_CC, E_WARNING, "key array must be of the form array(0 => key, 1 => phrase)");
return NULL;
}
//convert_to_string_ex(zphrase);
if (Z_TYPE_PP(zphrase) == IS_STRING) {
passphrase = Z_STRVAL_PP(zphrase);
} else {