summaryrefslogtreecommitdiff
path: root/ext/openssl/php_openssl.h
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2006-08-15 00:38:05 +0000
committerPierre Joye <pajoye@php.net>2006-08-15 00:38:05 +0000
commit9a79a2f37cc4d2dc2e48c9a3d9f6bd19924ef48e (patch)
treebb9f7a3f7b320bfc9df04aaba0db11c9e2b2c33d /ext/openssl/php_openssl.h
parent2dbce548a85a2656c1d8311317ecca7947b36a25 (diff)
downloadphp-git-9a79a2f37cc4d2dc2e48c9a3d9f6bd19924ef48e.tar.gz
- add OPENSSL_KEYTYPE_EC constant
- openssl_pkey_get_details(), returns the key details
Diffstat (limited to 'ext/openssl/php_openssl.h')
-rw-r--r--ext/openssl/php_openssl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/openssl/php_openssl.h b/ext/openssl/php_openssl.h
index bf8c548837..789f576f66 100644
--- a/ext/openssl/php_openssl.h
+++ b/ext/openssl/php_openssl.h
@@ -38,6 +38,7 @@ PHP_FUNCTION(openssl_pkey_free);
PHP_FUNCTION(openssl_pkey_new);
PHP_FUNCTION(openssl_pkey_export);
PHP_FUNCTION(openssl_pkey_export_to_file);
+PHP_FUNCTION(openssl_pkey_get_details);
PHP_FUNCTION(openssl_sign);
PHP_FUNCTION(openssl_verify);