projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30cf917
)
Make preprocessor error into real preprocessor error
author
Richard Levitte
<levitte@openssl.org>
Mon, 15 Jun 2015 07:59:25 +0000
(09:59 +0200)
committer
Richard Levitte
<levitte@openssl.org>
Tue, 16 Jun 2015 11:10:24 +0000
(13:10 +0200)
Reviewed-by: Kurt Roeckx <kurt@openssl.org>
crypto/opensslconf.h.in
patch
|
blob
|
history
diff --git
a/crypto/opensslconf.h.in
b/crypto/opensslconf.h.in
index 504d93d0aa8ee44dccc25be1228c416d4fe78f5e..4429c911aff936ad4b95975bf7c6da5877fe9856 100644
(file)
--- a/
crypto/opensslconf.h.in
+++ b/
crypto/opensslconf.h.in
@@
-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.