diff options
| author | Theo Buehler <tb@openbsd.org> | 2025-06-27 11:56:20 -0600 |
|---|---|---|
| committer | Theo Buehler <tb@openbsd.org> | 2025-06-27 11:57:03 -0600 |
| commit | fd25d60a123272e3ad4ea92b402d498dbee9198a (patch) | |
| tree | 54c692b23bb6a59676340ca78898d84cf52ccaa3 | |
| parent | e05910b5037bb5e74b813e9cf700f16346964ec3 (diff) | |
| download | portable-fd25d60a123272e3ad4ea92b402d498dbee9198a.tar.gz portable-fd25d60a123272e3ad4ea92b402d498dbee9198a.tar.bz2 portable-fd25d60a123272e3ad4ea92b402d498dbee9198a.zip | |
Pass -Icrypto/aes to CPP flags
| -rw-r--r-- | crypto/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | crypto/Makefile.am | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt index 277642f..7b788fc 100644 --- a/crypto/CMakeLists.txt +++ b/crypto/CMakeLists.txt | |||
| @@ -741,6 +741,7 @@ add_library(crypto_obj OBJECT ${CRYPTO_SRC}) | |||
| 741 | target_include_directories(crypto_obj | 741 | target_include_directories(crypto_obj |
| 742 | PRIVATE | 742 | PRIVATE |
| 743 | . | 743 | . |
| 744 | aes | ||
| 744 | asn1 | 745 | asn1 |
| 745 | bio | 746 | bio |
| 746 | bn | 747 | bn |
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index 0e5a916..91da021 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
| @@ -16,6 +16,7 @@ | |||
| 16 | include $(top_srcdir)/Makefile.am.common | 16 | include $(top_srcdir)/Makefile.am.common |
| 17 | 17 | ||
| 18 | AM_CPPFLAGS += -DLIBRESSL_CRYPTO_INTERNAL | 18 | AM_CPPFLAGS += -DLIBRESSL_CRYPTO_INTERNAL |
| 19 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/aes | ||
| 19 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/asn1 | 20 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/asn1 |
| 20 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/bio | 21 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/bio |
| 21 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/bn | 22 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/bn |
