projects
/
BearSSL
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
420f50c
)
Fixed warning on GCC 4.6 to 4.9 (macro redefinition).
author
Thomas Pornin
<pornin@bolet.org>
Wed, 12 Sep 2018 15:42:08 +0000
(17:42 +0200)
committer
Thomas Pornin
<pornin@bolet.org>
Wed, 12 Sep 2018 15:42:08 +0000
(17:42 +0200)
src/inner.h
patch
|
blob
|
history
diff --git
a/src/inner.h
b/src/inner.h
index
e48faa7
..
1b52673
100644
(file)
--- a/
src/inner.h
+++ b/
src/inner.h
@@
-2469,8
+2469,8
@@
int br_ssl_choose_hash(unsigned bf);
#else
#define BR_TARGETS_X86_UP \
_Pragma("GCC target(\"sse2,ssse3,sse4.1,aes,pclmul\")")
-#endif
#define BR_TARGETS_X86_DOWN
+#endif
#pragma GCC diagnostic ignored "-Wpsabi"
#endif