From 75e1c74724698e1094e13f03ec9e708db25f686d Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 11 Dec 2002 07:37:54 +0000 Subject: [PATCH] Let's not forget the other places where HEADER_DES_H and HEADER_DES_OLD_H were defined. --- crypto/des/des_old.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/des/des_old.h b/crypto/des/des_old.h index 730bd6019c..1d840b474a 100644 --- a/crypto/des/des_old.h +++ b/crypto/des/des_old.h @@ -95,7 +95,7 @@ #error DES is disabled. #endif -#ifndef HEADER_DES_H +#ifndef HEADER_NEW_DES_H #error You must include des.h, not des_old.h directly. #endif -- 2.34.1