summaryrefslogtreecommitdiff
path: root/libextra/gnutls_extra.c
diff options
context:
space:
mode:
authorNikos <nmav@crystal.(none)>2008-01-13 15:21:24 +0200
committerNikos <nmav@crystal.(none)>2008-01-13 15:21:24 +0200
commita0b2d269d69a25b2611380c85377197d03092283 (patch)
tree0ae919209178f08a82a5b1818b6c71e9ff07598d /libextra/gnutls_extra.c
parenta3e4759117cee5d756475215437a440dc12fcc6c (diff)
downloadgnutls-a0b2d269d69a25b2611380c85377197d03092283.tar.gz
merged the openpgp branch to head\!
Diffstat (limited to 'libextra/gnutls_extra.c')
-rw-r--r--libextra/gnutls_extra.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/libextra/gnutls_extra.c b/libextra/gnutls_extra.c
index 3bb038f645..da22415a79 100644
--- a/libextra/gnutls_extra.c
+++ b/libextra/gnutls_extra.c
@@ -22,9 +22,7 @@
#include <gnutls_int.h>
#include <gnutls_errors.h>
#include <gnutls_extensions.h>
-#include <gnutls_openpgp.h>
#include <gnutls_extra.h>
-#include <gnutls_extra_hooks.h>
#include <gnutls_algorithms.h>
#ifdef USE_LZO
# ifdef USE_MINILZO
@@ -137,22 +135,6 @@ gnutls_global_init_extra (void)
}
#endif
- /* Register the openpgp functions. This is because some
- * of them are defined to be NULL in the main library.
- */
- _gnutls_add_openpgp_functions (_gnutls_openpgp_verify_key,
- _gnutls_openpgp_get_raw_key_creation_time,
- _gnutls_openpgp_get_raw_key_expiration_time,
- _gnutls_openpgp_fingerprint,
- _gnutls_openpgp_request_key,
- _gnutls_openpgp_raw_key_to_gcert,
- _gnutls_openpgp_raw_privkey_to_gkey,
- _gnutls_openpgp_crt_to_gcert,
- _gnutls_openpgp_privkey_to_gkey,
- gnutls_openpgp_crt_deinit,
- gnutls_openpgp_keyring_deinit,
- gnutls_openpgp_privkey_deinit);
-
return 0;
}