summaryrefslogtreecommitdiff
path: root/lib/gnutls_global.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2001-08-05 09:38:22 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2001-08-05 09:38:22 +0000
commiteb3a0595d557f00e3956e75ea0abc268f9bc4533 (patch)
treec9c7f2257cfff33d3e6fb30f6c4adb2bbcba8a4b /lib/gnutls_global.h
parent2beb1efca38c0274b7707aba799ec7619d39e37f (diff)
downloadgnutls-eb3a0595d557f00e3956e75ea0abc268f9bc4533.tar.gz
renamed cert_* to x509_*
Diffstat (limited to 'lib/gnutls_global.h')
-rw-r--r--lib/gnutls_global.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/gnutls_global.h b/lib/gnutls_global.h
index ba00f573f9..dcb012ec32 100644
--- a/lib/gnutls_global.h
+++ b/lib/gnutls_global.h
@@ -1,5 +1,10 @@
-#include <cert_asn1.h>
+#ifndef GNUTLS_GLOBAL_H
+# define GNUTLS_GLOBAL_H
+
+#include <x509_asn1.h>
int gnutls_is_secure_memory(const void* mem);
node_asn* _gnutls_get_pkcs();
node_asn* _gnutls_get_pkix();
+
+#endif