From: Richard Levitte Date: Mon, 15 Jun 2015 07:59:25 +0000 (+0200) Subject: Make preprocessor error into real preprocessor error X-Git-Tag: OpenSSL_1_1_0-pre1~987 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b4f0d1a4a89b964dba80036a6348ca0a1913c526;p=oweals%2Fopenssl.git Make preprocessor error into real preprocessor error Reviewed-by: Kurt Roeckx --- 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.