diff options
author | Hartmut Holzgraefe <hholzgra@php.net> | 2001-12-07 07:27:00 +0000 |
---|---|---|
committer | Hartmut Holzgraefe <hholzgra@php.net> | 2001-12-07 07:27:00 +0000 |
commit | 94737d086f8ef4d9c2a1ceea102fa4ae84c1d900 (patch) | |
tree | 7bc0f266895d361ed26aca365e8b382893d0333b /ext/openssl | |
parent | 15515da8a2031086a5c4f75d04ef5ec2925cfa1b (diff) | |
download | php-git-94737d086f8ef4d9c2a1ceea102fa4ae84c1d900.tar.gz |
proto fix
Diffstat (limited to 'ext/openssl')
-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) { |