eschmid Fri Jan 26 12:42:51 2001 EDT
Modified files:
/php4/ext/openssl openssl.c
Log:
Fixed some protos.
Index: php4/ext/openssl/openssl.c
diff -u php4/ext/openssl/openssl.c:1.7 php4/ext/openssl/openssl.c:1.8
--- php4/ext/openssl/openssl.c:1.7 Sat Jan 13 01:16:35 2001
+++ php4/ext/openssl/openssl.c Fri Jan 26 12:42:50 2001
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: openssl.c,v 1.7 2001/01/13 09:16:35 venaas Exp $ */
+/* $Id: openssl.c,v 1.8 2001/01/26 20:42:50 eschmid Exp $ */
#include "php.h"
#include "php_openssl.h"
@@ -106,7 +106,7 @@
}
/* {{{ 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 @@
}
/* }}} */
-/* {{{ 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 @@
}
/* }}} */
-/* {{{ 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)
{
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]