Commit b4f0d1a4 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>
parent 30cf9178
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.