blob: c767b45f965be0bb19b73483a54cca285e3ece7e (
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(void);
node_asn* _gnutls_get_pkix(void);
#endif
|