From: Wez Furlong Date: Sat, 10 Aug 2002 20:19:49 +0000 (+0000) Subject: correct proto X-Git-Tag: php-4.3.0dev_zend2_alpha3~152 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0c7a386b3e772df5df720e3287c5e19da5829691;p=php correct proto --- diff --git a/ext/openssl/openssl.c b/ext/openssl/openssl.c index fb42a3ce32..e96127b4b2 100644 --- a/ext/openssl/openssl.c +++ b/ext/openssl/openssl.c @@ -1299,7 +1299,7 @@ static X509_REQ * php_openssl_csr_from_zval(zval ** val, int makeresource, long /* }}} */ /* {{{ proto bool openssl_csr_export_to_file(resource csr, string outfilename [, bool notext=true]) - Exports a CSR to file or a var */ + Exports a CSR to file */ PHP_FUNCTION(openssl_csr_export_to_file) { X509_REQ * csr;