make things link
This commit is contained in:
parent
4ebea0019d
commit
8c0cfe7a2b
|
@ -1,3 +1,5 @@
|
|||
|
||||
#CRYPTO_SRCS += libc-memequal.c
|
||||
COPTS.threads_pthread.c += -DBROKEN_CLANG_ATOMICS # no atomic 64 bit ops
|
||||
|
||||
.include "../../crypto.inc"
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
ECCPPFLAGS+= -DOPENSSL_NO_EC_NISTP_64_GCC_128
|
||||
|
||||
.include "../../ec.inc"
|
Loading…
Reference in New Issue