rrichards Tue Sep 30 14:41:49 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/openssl openssl.c Log: MFH: initialize keyresource http://cvs.php.net/viewvc.cgi/php-src/ext/openssl/openssl.c?r1=1.98.2.5.2.41.2.17&r2=1.98.2.5.2.41.2.18&diff_format=u Index: php-src/ext/openssl/openssl.c diff -u php-src/ext/openssl/openssl.c:1.98.2.5.2.41.2.17 php-src/ext/openssl/openssl.c:1.98.2.5.2.41.2.18 --- php-src/ext/openssl/openssl.c:1.98.2.5.2.41.2.17 Thu Sep 18 16:09:19 2008 +++ php-src/ext/openssl/openssl.c Tue Sep 30 14:41:49 2008 @@ -20,7 +20,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: openssl.c,v 1.98.2.5.2.41.2.17 2008/09/18 16:09:19 scottmac Exp $ */ +/* $Id: openssl.c,v 1.98.2.5.2.41.2.18 2008/09/30 14:41:49 rrichards Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -2295,7 +2295,7 @@ X509 * cert = NULL, *new_cert = NULL; X509_REQ * csr; EVP_PKEY * key = NULL, *priv_key = NULL; - long csr_resource, certresource = 0, keyresource; + long csr_resource, certresource = 0, keyresource = -1; int i; struct php_x509_request req;
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php