summaryrefslogtreecommitdiff
path: root/libextra/gnutls_extra.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2003-12-26 17:54:57 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2003-12-26 17:54:57 +0000
commitd756cb767da247053627a03b8439d69fd0934845 (patch)
tree6987f374b41d716e5fc7a66826f32ebd7e712169 /libextra/gnutls_extra.c
parentbbba43f0c7df2780addbe0d0f533a057b2fbfa98 (diff)
downloadgnutls-d756cb767da247053627a03b8439d69fd0934845.tar.gz
*** empty log message ***
Diffstat (limited to 'libextra/gnutls_extra.c')
-rw-r--r--libextra/gnutls_extra.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/libextra/gnutls_extra.c b/libextra/gnutls_extra.c
index 00c99b2c7e..6d3bfd5a45 100644
--- a/libextra/gnutls_extra.c
+++ b/libextra/gnutls_extra.c
@@ -150,8 +150,8 @@ int i;
}
-extern OPENPGP_KEY_CREATION_TIME_FUNC _E_gnutls_openpgp_extract_key_creation_time;
-extern OPENPGP_KEY_EXPIRATION_TIME_FUNC _E_gnutls_openpgp_extract_key_expiration_time;
+extern OPENPGP_KEY_CREATION_TIME_FUNC _E_gnutls_openpgp_get_raw_key_creation_time;
+extern OPENPGP_KEY_EXPIRATION_TIME_FUNC _E_gnutls_openpgp_get_raw_key_expiration_time;
extern OPENPGP_VERIFY_KEY_FUNC _E_gnutls_openpgp_verify_key;
extern OPENPGP_FINGERPRINT _E_gnutls_openpgp_fingerprint;
extern OPENPGP_KEY_REQUEST _E_gnutls_openpgp_request_key;
@@ -166,10 +166,10 @@ extern OPENPGP_PRIVKEY_DEINIT _E_gnutls_openpgp_privkey_deinit;
static void _gnutls_add_openpgp_functions(void) {
#ifdef HAVE_LIBOPENCDK
- _E_gnutls_openpgp_verify_key = gnutls_openpgp_verify_key;
- _E_gnutls_openpgp_extract_key_expiration_time = gnutls_openpgp_extract_key_expiration_time;
- _E_gnutls_openpgp_extract_key_creation_time = gnutls_openpgp_extract_key_creation_time;
- _E_gnutls_openpgp_fingerprint = gnutls_openpgp_fingerprint;
+ _E_gnutls_openpgp_verify_key = _gnutls_openpgp_verify_key;
+ _E_gnutls_openpgp_get_raw_key_expiration_time = _gnutls_openpgp_get_raw_key_expiration_time;
+ _E_gnutls_openpgp_get_raw_key_creation_time = _gnutls_openpgp_get_raw_key_creation_time;
+ _E_gnutls_openpgp_fingerprint = _gnutls_openpgp_fingerprint;
_E_gnutls_openpgp_request_key = _gnutls_openpgp_request_key;
_E_gnutls_openpgp_raw_key_to_gcert = _gnutls_openpgp_raw_key_to_gcert;