diff options
author | Theo Buehler <tb@openbsd.org> | 2023-04-16 13:59:37 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-04-16 13:59:37 -0600 |
commit | a42f70f8d14a705e36132c8ed247a74749b30aae (patch) | |
tree | 624945565afbec0e804ea05300b5d96637130039 /crypto/Makefile.am | |
parent | 8fa0fb8aae15ea203df80956e9ddf05669b3e0ea (diff) | |
download | portable-a42f70f8d14a705e36132c8ed247a74749b30aae.tar.gz portable-a42f70f8d14a705e36132c8ed247a74749b30aae.tar.bz2 portable-a42f70f8d14a705e36132c8ed247a74749b30aae.zip |
sha_internal.h is in crypto/sha
Diffstat (limited to 'crypto/Makefile.am')
-rw-r--r-- | crypto/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index 80f1892..a90a1aa 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
@@ -17,6 +17,7 @@ AM_CPPFLAGS += -I$(top_srcdir)/crypto/modes | |||
17 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/ocsp | 17 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/ocsp |
18 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/pkcs12 | 18 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/pkcs12 |
19 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/rsa | 19 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/rsa |
20 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/sha | ||
20 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/x509 | 21 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/x509 |
21 | AM_CPPFLAGS += -I$(top_srcdir)/crypto | 22 | AM_CPPFLAGS += -I$(top_srcdir)/crypto |
22 | 23 | ||