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:
7c3f919
)
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:14:11 +0000
(13:14 +0200)
Reviewed-by: Kurt Roeckx <kurt@openssl.org>
(cherry picked from commit
b4f0d1a4a89b964dba80036a6348ca0a1913c526
)
crypto/opensslconf.h.in
patch
|
blob
|
history
diff --git
a/crypto/opensslconf.h.in
b/crypto/opensslconf.h.in
index 97e37455634df6559483b37601fff2f4bd9aa3bf..814309becb6c6c29906ab692b213d0d8f80a4973 100644
(file)
--- a/
crypto/opensslconf.h.in
+++ b/
crypto/opensslconf.h.in
@@
-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.