diff options
Diffstat (limited to 'ext/openssl/openssl.c')
-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 79c6dac4f6..2376962c60 100644 --- a/ext/openssl/openssl.c +++ b/ext/openssl/openssl.c @@ -1368,7 +1368,7 @@ PHP_FUNCTION(openssl_csr_export) } /* }}} */ -/* {{{ proto openssl_csr_sign(mixed csr, mixed x509, mixed priv_key, long days) +/* {{{ proto resource openssl_csr_sign(mixed csr, mixed x509, mixed priv_key, long days) Signs a cert with another CERT */ PHP_FUNCTION(openssl_csr_sign) { |