]> granicus.if.org Git - php/commitdiff
remove a leftover
authorAntony Dovgal <tony2001@php.net>
Tue, 12 Sep 2006 10:53:51 +0000 (10:53 +0000)
committerAntony Dovgal <tony2001@php.net>
Tue, 12 Sep 2006 10:53:51 +0000 (10:53 +0000)
ext/openssl/openssl.c

index 104d86b04d437a5f4cefeb9a825060dacd0de7cd..5de8cfdc2e3e501438c036e484754c8a7ec7aafd 100644 (file)
@@ -1816,7 +1816,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)");
                        TMP_CLEAN;
                }
-               //convert_to_string_ex(zphrase);
+               
                if (Z_TYPE_PP(zphrase) == IS_STRING) {
                        passphrase = Z_STRVAL_PP(zphrase);
                } else {