diff options
author | Viktor Szakats <commit@vsz.me> | 2023-11-08 02:09:32 +0000 |
---|---|---|
committer | Viktor Szakats <commit@vsz.me> | 2023-11-08 02:13:45 +0000 |
commit | 43cb91c947421c2dba6bc2f2104aa0b5aec80006 (patch) | |
tree | 5b50ce3f3c6b79e9ee7b5b088f3d246d6f1b0b68 /m4 | |
parent | b16146e09b07d939cf028f7f431ef34dc013ebaf (diff) | |
download | portable-43cb91c947421c2dba6bc2f2104aa0b5aec80006.tar.gz portable-43cb91c947421c2dba6bc2f2104aa0b5aec80006.tar.bz2 portable-43cb91c947421c2dba6bc2f2104aa0b5aec80006.zip |
amd64/bn_arch.h: avoid redefinition of `OPENSSL_NO_ASM`
Fixes this warning when `OPENSSL_NO_ASM` is already set by the build
system (seen with CMake):
```
In file included from ./libressl/crypto/bn/bn_mul.c:65:
./libressl/crypto/bn/arch/amd64/bn_arch.h:24:9: warning: 'OPENSSL_NO_ASM' macro redefined [-Wmacro-redefined]
^
<command line>:10:9: note: previous definition is here
^
```
Reported in #910
Diffstat (limited to 'm4')
0 files changed, 0 insertions, 0 deletions