add hmac_local.h
This commit is contained in:
parent
755afbe5e4
commit
26ed65c0b1
@ -998,6 +998,7 @@ target_include_directories(crypto_obj
|
||||
ecdh
|
||||
ecdsa
|
||||
evp
|
||||
hmac
|
||||
modes
|
||||
x509
|
||||
../include/compat
|
||||
|
@ -9,6 +9,7 @@ AM_CPPFLAGS += -I$(top_srcdir)/crypto/ec
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/crypto/ecdh
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/crypto/ecdsa
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/crypto/evp
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/crypto/hmac
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/crypto/modes
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/crypto/x509
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/crypto
|
||||
@ -747,6 +748,7 @@ libcrypto_la_SOURCES += hkdf/hkdf.c
|
||||
libcrypto_la_SOURCES += hmac/hm_ameth.c
|
||||
libcrypto_la_SOURCES += hmac/hm_pmeth.c
|
||||
libcrypto_la_SOURCES += hmac/hmac.c
|
||||
noinst_HEADERS += hmac/hmac_local.h
|
||||
|
||||
# idea
|
||||
libcrypto_la_SOURCES += idea/i_cbc.c
|
||||
|
Loading…
x
Reference in New Issue
Block a user