Skip to content

Commit b4f0d1a

Browse files
committed
Make preprocessor error into real preprocessor error
Reviewed-by: Kurt Roeckx <[email protected]>
1 parent 30cf917 commit b4f0d1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crypto/opensslconf.h.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
#endif
119119

120120
#if defined(DES_RISC1) && defined(DES_RISC2)
121-
YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
121+
#error YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
122122
#endif
123123

124124
/* Unroll the inner loop, this sometimes helps, sometimes hinders.

0 commit comments

Comments
 (0)