sha_internal.h is in crypto/sha

This commit is contained in:
Theo Buehler 2023-04-16 13:59:37 -06:00
parent 8fa0fb8aae
commit a42f70f8d1
2 changed files with 2 additions and 0 deletions

View File

@ -1012,6 +1012,7 @@ target_include_directories(crypto_obj
ocsp
pkcs12
rsa
sha
x509
../include/compat
PUBLIC

View File

@ -17,6 +17,7 @@ AM_CPPFLAGS += -I$(top_srcdir)/crypto/modes
AM_CPPFLAGS += -I$(top_srcdir)/crypto/ocsp
AM_CPPFLAGS += -I$(top_srcdir)/crypto/pkcs12
AM_CPPFLAGS += -I$(top_srcdir)/crypto/rsa
AM_CPPFLAGS += -I$(top_srcdir)/crypto/sha
AM_CPPFLAGS += -I$(top_srcdir)/crypto/x509
AM_CPPFLAGS += -I$(top_srcdir)/crypto