diff options
author | Wez Furlong <wez@php.net> | 2003-03-15 13:29:35 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2003-03-15 13:29:35 +0000 |
commit | b66957c56a38c9c8a48adb225211afb50f99dd79 (patch) | |
tree | 8fefe0a670eca69b185e2743a39572f85f1e0e30 | |
parent | 9ca573549432f54e78045cee713e513d6b7537e4 (diff) | |
download | php-git-b66957c56a38c9c8a48adb225211afb50f99dd79.tar.gz |
fix proto
-rw-r--r-- | ext/openssl/openssl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openssl/openssl.c b/ext/openssl/openssl.c index 612d01531d..f75dfcd9d0 100644 --- a/ext/openssl/openssl.c +++ b/ext/openssl/openssl.c @@ -1587,7 +1587,7 @@ cleanup: } /* }}} */ -/* {{{ proto bool openssl_csr_new(array dn, resource &privkey [, array extraattribs, array configargs]) +/* {{{ proto bool openssl_csr_new(array dn, resource &privkey [, array configargs, array extraattribs]) Generates a privkey and CSR */ PHP_FUNCTION(openssl_csr_new) { |