summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crypto/des/des.h4
-rw-r--r--crypto/des/des_old.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/crypto/des/des.h b/crypto/des/des.h
index 4cb9d84fdf..daaf239dbe 100644
--- a/crypto/des/des.h
+++ b/crypto/des/des.h
@@ -56,8 +56,8 @@
* [including the GNU Public Licence.]
*/
-#ifndef HEADER_DES_H
-#define HEADER_DES_H
+#ifndef HEADER_NEW_DES_H
+#define HEADER_NEW_DES_H
#ifdef OPENSSL_NO_DES
#error DES is disabled.
diff --git a/crypto/des/des_old.h b/crypto/des/des_old.h
index 1d8bf65101..730bd6019c 100644
--- a/crypto/des/des_old.h
+++ b/crypto/des/des_old.h
@@ -88,8 +88,8 @@
*
*/
-#ifndef HEADER_DES_OLD_H
-#define HEADER_DES_OLD_H
+#ifndef HEADER_DES_H
+#define HEADER_DES_H
#ifdef OPENSSL_NO_DES
#error DES is disabled.