summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2003-06-30 09:41:05 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2003-06-30 09:41:05 +0000
commiteaba7edf39c3a36783d92095d948717c28a8edb8 (patch)
tree126e4cfd4e297337a22605440920ed1bf5fc4564 /includes
parenta1073dd52a2b00ac80e3979421889c1516f9b984 (diff)
downloadgnutls-eaba7edf39c3a36783d92095d948717c28a8edb8.tar.gz
*** empty log message ***
Diffstat (limited to 'includes')
-rw-r--r--includes/gnutls/compat4.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/includes/gnutls/compat4.h b/includes/gnutls/compat4.h
index 2193d96ea1..bd20a198b2 100644
--- a/includes/gnutls/compat4.h
+++ b/includes/gnutls/compat4.h
@@ -1,5 +1,7 @@
/* defines for compatibility with older versions.
*/
+#ifndef GNUTLS_COMPAT4_H
+# define GNUTLS_COMPAT4_H
#define gnutls_DN gnutls_x509_dn
#define GNUTLS_X509_SUBJECT_ALT_NAME gnutls_x509_subject_alt_name
@@ -98,3 +100,5 @@
#define GNUTLS_E_PARSING_ERROR GNUTLS_E_BASE64_DECODING_ERROR
#define GNUTLS_E_PWD_ERROR GNUTLS_E_SRP_PWD_ERROR
#define GNUTLS_E_ASCII_ARMOR_ERROR GNUTLS_E_BASE64_DECODING_ERROR
+
+#endif