From 6ec31afcb12b9b964043a4a850964f68544e3b0d Mon Sep 17 00:00:00 2001 From: Egon Schmid Date: Fri, 26 Jan 2001 20:42:51 +0000 Subject: [PATCH] Fixed some protos. --- ext/openssl/openssl.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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) { -- 2.50.1