]> granicus.if.org Git - php/commitdiff
Fixed some protos.
authorEgon Schmid <eschmid@php.net>
Fri, 26 Jan 2001 20:42:51 +0000 (20:42 +0000)
committerEgon Schmid <eschmid@php.net>
Fri, 26 Jan 2001 20:42:51 +0000 (20:42 +0000)
ext/openssl/openssl.c

index ddab4e292e1713d2758446dcfaa5585b236b7804..1b45615be91a99d143118d31c44b3ff4492cd9ff 100644 (file)
@@ -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)
 {