mirror of
https://github.com/libressl/portable.git
synced 2026-01-17 21:51:17 +01:00
Pass -Icrypto/aes to CPP flags
This commit is contained in:
@@ -741,6 +741,7 @@ add_library(crypto_obj OBJECT ${CRYPTO_SRC})
|
||||
target_include_directories(crypto_obj
|
||||
PRIVATE
|
||||
.
|
||||
aes
|
||||
asn1
|
||||
bio
|
||||
bn
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
include $(top_srcdir)/Makefile.am.common
|
||||
|
||||
AM_CPPFLAGS += -DLIBRESSL_CRYPTO_INTERNAL
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/crypto/aes
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/crypto/asn1
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/crypto/bio
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/crypto/bn
|
||||
|
||||
Reference in New Issue
Block a user