diff options
Diffstat (limited to 'crypto/opensslconf.h')
-rw-r--r-- | crypto/opensslconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/opensslconf.h b/crypto/opensslconf.h index 7513d14..4a6e276 100644 --- a/crypto/opensslconf.h +++ b/crypto/opensslconf.h @@ -185,7 +185,7 @@ extern "C" { #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. |