From: Richard Levitte <levitte@openssl.org>
Date: Mon, 15 Jun 2015 07:59:25 +0000 (+0200)
Subject: Make preprocessor error into real preprocessor error
X-Git-Tag: OpenSSL_1_0_1p~23
X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=347fc5d8cd2cf14f943a15f8ff8ba2698211e503;p=oweals%2Fopenssl.git

Make preprocessor error into real preprocessor error

Reviewed-by: Kurt Roeckx <kurt@openssl.org>
(cherry picked from commit b4f0d1a4a89b964dba80036a6348ca0a1913c526)
---

diff --git a/crypto/opensslconf.h.in b/crypto/opensslconf.h.in
index 97e3745563..814309becb 100644
--- a/crypto/opensslconf.h.in
+++ b/crypto/opensslconf.h.in
@@ -101,7 +101,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.