summaryrefslogtreecommitdiff
path: root/lib/cert-cred.h
diff options
context:
space:
mode:
authorTim Rühsen <tim.ruehsen@gmx.de>2019-03-14 21:21:50 +0100
committerTim Rühsen <tim.ruehsen@gmx.de>2019-05-07 21:06:23 +0200
commitf04f0853b2be8b46d1437e6636900165b3a89f73 (patch)
tree323f4c5ee01e14a4f8bc6b3d992269b19a7af4da /lib/cert-cred.h
parentefac5f44c41bc022b9b0b21130bd826745acef91 (diff)
downloadgnutls-f04f0853b2be8b46d1437e6636900165b3a89f73.tar.gz
Add or clean header guards in lib/
Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
Diffstat (limited to 'lib/cert-cred.h')
-rw-r--r--lib/cert-cred.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/cert-cred.h b/lib/cert-cred.h
index 0c3213ee90..1131f6db97 100644
--- a/lib/cert-cred.h
+++ b/lib/cert-cred.h
@@ -20,6 +20,9 @@
*
*/
+#ifndef GNUTLS_LIB_CERT_CRED_H
+#define GNUTLS_LIB_CERT_CRED_H
+
#include <gnutls/abstract.h>
#include "str_array.h"
@@ -51,3 +54,5 @@ _gnutls_get_x509_name(gnutls_x509_crt_t crt, gnutls_str_array_t * names);
} else { \
return 0; \
}
+
+#endif /* GNUTLS_LIB_CERT_CRED_H */