rrichards Tue Sep 30 14:40:58 2008 UTC Modified files: /php-src/ext/openssl openssl.c Log: initialize keyresource http://cvs.php.net/viewvc.cgi/php-src/ext/openssl/openssl.c?r1=1.168&r2=1.169&diff_format=u Index: php-src/ext/openssl/openssl.c diff -u php-src/ext/openssl/openssl.c:1.168 php-src/ext/openssl/openssl.c:1.169 --- php-src/ext/openssl/openssl.c:1.168 Thu Sep 18 16:02:09 2008 +++ php-src/ext/openssl/openssl.c Tue Sep 30 14:40:58 2008 @@ -20,7 +20,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: openssl.c,v 1.168 2008/09/18 16:02:09 scottmac Exp $ */ +/* $Id: openssl.c,v 1.169 2008/09/30 14:40:58 rrichards Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -2408,7 +2408,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