]> granicus.if.org Git - php/commitdiff
Fixed bug #41353
authorDmitry Stogov <dmitry@php.net>
Tue, 10 Jul 2007 07:57:15 +0000 (07:57 +0000)
committerDmitry Stogov <dmitry@php.net>
Tue, 10 Jul 2007 07:57:15 +0000 (07:57 +0000)
ext/openssl/openssl.c

index eb32247ceb5883222ba5d9965899508e231124e8..7402efaca5fba7db8d38672e1104a03ded6ce6b9 100644 (file)
@@ -1559,7 +1559,7 @@ PHP_FUNCTION(openssl_pkcs12_read)
        BIO * bio_in = NULL;
        int i;
 
-       if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "szs", &zp12, &zout, &pass, &pass_len) == FAILURE) {
+       if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "szs", &zp12, &zp12_len, &zout, &pass, &pass_len) == FAILURE) {
                return;
        }