summaryrefslogtreecommitdiff
path: root/lib/gnutls_global.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2002-06-10 10:52:24 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2002-06-10 10:52:24 +0000
commitdb695ff7424c8e2f97fcc5aabaac64d8d7cad52f (patch)
treef80b14eccf32378cb061726450b3f52566ea4454 /lib/gnutls_global.h
parent6f9ab151aa23861f9728a4ec3595111e93688f49 (diff)
downloadgnutls-db695ff7424c8e2f97fcc5aabaac64d8d7cad52f.tar.gz
Adapted codebase to the new libasn1 0.1.0.
Diffstat (limited to 'lib/gnutls_global.h')
-rw-r--r--lib/gnutls_global.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/gnutls_global.h b/lib/gnutls_global.h
index 6361efb781..78bfdb2126 100644
--- a/lib/gnutls_global.h
+++ b/lib/gnutls_global.h
@@ -1,10 +1,10 @@
#ifndef GNUTLS_GLOBAL_H
# define GNUTLS_GLOBAL_H
-#include <x509_asn1.h>
+#include <libasn1.h>
int gnutls_is_secure_memory(const void* mem);
-node_asn* _gnutls_get_gnutls_asn(void);
-node_asn* _gnutls_get_pkix(void);
+ASN1_TYPE _gnutls_get_gnutls_asn(void);
+ASN1_TYPE _gnutls_get_pkix(void);
#endif