sha_internal.h is in crypto/sha
This commit is contained in:
parent
8fa0fb8aae
commit
a42f70f8d1
@ -1012,6 +1012,7 @@ target_include_directories(crypto_obj
|
|||||||
ocsp
|
ocsp
|
||||||
pkcs12
|
pkcs12
|
||||||
rsa
|
rsa
|
||||||
|
sha
|
||||||
x509
|
x509
|
||||||
../include/compat
|
../include/compat
|
||||||
PUBLIC
|
PUBLIC
|
||||||
|
@ -17,6 +17,7 @@ AM_CPPFLAGS += -I$(top_srcdir)/crypto/modes
|
|||||||
AM_CPPFLAGS += -I$(top_srcdir)/crypto/ocsp
|
AM_CPPFLAGS += -I$(top_srcdir)/crypto/ocsp
|
||||||
AM_CPPFLAGS += -I$(top_srcdir)/crypto/pkcs12
|
AM_CPPFLAGS += -I$(top_srcdir)/crypto/pkcs12
|
||||||
AM_CPPFLAGS += -I$(top_srcdir)/crypto/rsa
|
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/x509
|
||||||
AM_CPPFLAGS += -I$(top_srcdir)/crypto
|
AM_CPPFLAGS += -I$(top_srcdir)/crypto
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user