summaryrefslogtreecommitdiffstats
path: root/crypto/des/des_old.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-11-06 11:37:14 +0000
committerRichard Levitte <levitte@openssl.org>2001-11-06 11:37:14 +0000
commit7f558334adba23a412b169901046e3271250316b (patch)
treebda2159afd59bcca08f8bc760ff18fd56a2a56cf /crypto/des/des_old.h
parent6229a5607c64cdbac023b73d52c3aab0016cbea7 (diff)
des_old.h doesn't really need to include des.h, so don't. That will
avoid clashes with other code that have their own DES_ functions but really only use OpenSSL's old des_ functions.
Diffstat (limited to 'crypto/des/des_old.h')
-rw-r--r--crypto/des/des_old.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/crypto/des/des_old.h b/crypto/des/des_old.h
index 0fa708dfc2..1d2781b78f 100644
--- a/crypto/des/des_old.h
+++ b/crypto/des/des_old.h
@@ -72,8 +72,8 @@
*
*/
-#ifndef HEADER_DES_COMP_H
-#define HEADER_DES_COMP_H
+#ifndef HEADER_DES_OLD_H
+#define HEADER_DES_OLD_H
#ifdef OPENSSL_NO_DES
#error DES is disabled.
@@ -85,7 +85,6 @@
#include <openssl/opensslconf.h> /* DES_LONG */
#include <openssl/e_os2.h> /* OPENSSL_EXTERN */
-#include <openssl/des.h>
#include <openssl/symhacks.h>
#ifdef OPENSSL_BUILD_SHLIBCRYPTO