summaryrefslogtreecommitdiff
path: root/lib/x509.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/x509.h')
-rw-r--r--lib/x509.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/x509.h b/lib/x509.h
index b7c21965d6..3ad21f519a 100644
--- a/lib/x509.h
+++ b/lib/x509.h
@@ -20,6 +20,9 @@
*
*/
+#ifndef GNUTLS_LIB_X509_H
+#define GNUTLS_LIB_X509_H
+
#include <libtasn1.h>
@@ -39,3 +42,5 @@ int _gnutls_x509_cert_verify_peers(gnutls_session_t session,
int _gnutls_x509_raw_privkey_to_gkey(gnutls_privkey_t * privkey,
const gnutls_datum_t * raw_key,
gnutls_x509_crt_fmt_t type);
+
+#endif /* GNUTLS_LIB_X509_H */