Pass -Icrypto/aes to CPP flags

This commit is contained in:
Theo Buehler
2025-06-27 11:56:20 -06:00
parent e05910b503
commit fd25d60a12
2 changed files with 2 additions and 0 deletions

View File

@@ -741,6 +741,7 @@ add_library(crypto_obj OBJECT ${CRYPTO_SRC})
target_include_directories(crypto_obj
PRIVATE
.
aes
asn1
bio
bn

View File

@@ -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