Commit 347fc5d8 authored by Richard Levitte's avatar Richard Levitte
Browse files

Make preprocessor error into real preprocessor error



Reviewed-by: default avatarKurt Roeckx <kurt@openssl.org>
(cherry picked from commit b4f0d1a4)
parent a5d8c1c2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.