summaryrefslogtreecommitdiff
path: root/lib/gnutls_global.h
blob: dcb012ec32b34c1fc370e7171b8b69dab8b27a69 (plain)
1
2
3
4
5
6
7
8
9
10
#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