From b4f0d1a4a89b964dba80036a6348ca0a1913c526 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 15 Jun 2015 09:59:25 +0200 Subject: [PATCH 1/1] Make preprocessor error into real preprocessor error Reviewed-by: Kurt Roeckx --- crypto/opensslconf.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/opensslconf.h.in b/crypto/opensslconf.h.in index 504d93d0aa..4429c911af 100644 --- a/crypto/opensslconf.h.in +++ b/crypto/opensslconf.h.in @@ -118,7 +118,7 @@ #endif #if defined(DES_RISC1) && defined(DES_RISC2) -YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!! +#error YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!! #endif /* Unroll the inner loop, this sometimes helps, sometimes hinders. -- 2.34.1