Make preprocessor error into real preprocessor error
authorRichard Levitte <levitte@openssl.org>
Mon, 15 Jun 2015 07:59:25 +0000 (09:59 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 16 Jun 2015 11:10:24 +0000 (13:10 +0200)
Reviewed-by: Kurt Roeckx <kurt@openssl.org>
crypto/opensslconf.h.in

index 504d93d0aa8ee44dccc25be1228c416d4fe78f5e..4429c911aff936ad4b95975bf7c6da5877fe9856 100644 (file)
 #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.