summaryrefslogtreecommitdiff
path: root/lib/openpgp_compat.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/openpgp_compat.c')
-rw-r--r--lib/openpgp_compat.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/openpgp_compat.c b/lib/openpgp_compat.c
index 2a0bb5fb42..1e3badb8db 100644
--- a/lib/openpgp_compat.c
+++ b/lib/openpgp_compat.c
@@ -28,8 +28,6 @@
#include <gnutls/openpgp.h>
#include <gnutls/abstract.h>
-#ifndef ENABLE_OPENPGP
-
int gnutls_openpgp_crt_init(gnutls_openpgp_crt_t * key)
{
return GNUTLS_E_UNIMPLEMENTED_FEATURE;
@@ -699,4 +697,3 @@ gnutls_openpgp_privkey_sign_hash(gnutls_openpgp_privkey_t key,
return GNUTLS_E_UNIMPLEMENTED_FEATURE;
}
-#endif