From: Egon Schmid Date: Fri, 26 Jan 2001 20:42:51 +0000 (+0000) Subject: Fixed some protos. X-Git-Tag: php-4.0.5RC1~461 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6ec31afcb12b9b964043a4a850964f68544e3b0d;p=php Fixed some protos. --- diff --git a/ext/openssl/openssl.c b/ext/openssl/openssl.c index ddab4e292e..1b45615be9 100644 --- a/ext/openssl/openssl.c +++ b/ext/openssl/openssl.c @@ -106,7 +106,7 @@ PHP_MSHUTDOWN_FUNCTION(openssl) } /* {{{ proto int openssl_get_privatekey(string key [, string passphrase]) - Get private key */ + Get private key */ PHP_FUNCTION(openssl_get_privatekey) { zval **key, **passphrase; @@ -333,8 +333,7 @@ PHP_FUNCTION(openssl_verify) } /* }}} */ -/* {{{ proto int openssl_seal(string data, string sealdata, array ekeys, - array pubkeys) +/* {{{ proto int openssl_seal(string data, string sealdata, array ekeys, array pubkeys) Seal data */ PHP_FUNCTION(openssl_seal) { @@ -472,8 +471,7 @@ PHP_FUNCTION(openssl_seal) } /* }}} */ -/* {{{ proto bool openssl_open(string data, string opendata, string ekey, - int privkey) +/* {{{ proto bool openssl_open(string data, string opendata, string ekey, int privkey) Open data */ PHP_FUNCTION(openssl_open) {