summaryrefslogtreecommitdiff
path: root/lib/x509/pkcs7.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/x509/pkcs7.c')
-rw-r--r--lib/x509/pkcs7.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/x509/pkcs7.c b/lib/x509/pkcs7.c
index fa0f554a2a..6e2e405466 100644
--- a/lib/x509/pkcs7.c
+++ b/lib/x509/pkcs7.c
@@ -26,8 +26,6 @@
#include <gnutls_int.h>
#include <libtasn1.h>
-#ifdef ENABLE_PKI
-
#include <gnutls_datum.h>
#include <gnutls_global.h>
#include <gnutls_errors.h>
@@ -1028,5 +1026,4 @@ cleanup:
asn1_delete_structure (&c2);
return result;
}
-
-#endif /* ENABLE_PKI */
+ \ No newline at end of file