make things link

This commit is contained in:
christos 2023-05-14 19:52:39 +00:00
parent 4ebea0019d
commit 8c0cfe7a2b
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#CRYPTO_SRCS += libc-memequal.c
COPTS.threads_pthread.c += -DBROKEN_CLANG_ATOMICS # no atomic 64 bit ops
.include "../../crypto.inc"

View File

@ -0,0 +1,3 @@
ECCPPFLAGS+= -DOPENSSL_NO_EC_NISTP_64_GCC_128
.include "../../ec.inc"