Don't output bogus errors in PKCS12_parse
[openssl.git] / 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.