diff options
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index 34bdd43..83531db 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
@@ -4,6 +4,7 @@ AM_CPPFLAGS += -DLIBRESSL_CRYPTO_INTERNAL | |||
4 | 4 | ||
5 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/asn1 | 5 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/asn1 |
6 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/bn | 6 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/bn |
7 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/bytestring | ||
7 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/ec | 8 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/ec |
8 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/ecdh | 9 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/ecdh |
9 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/ecdsa | 10 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/ecdsa |
@@ -439,6 +440,12 @@ noinst_HEADERS += bn/bn_prime.h | |||
439 | libcrypto_la_SOURCES += buffer/buf_err.c | 440 | libcrypto_la_SOURCES += buffer/buf_err.c |
440 | libcrypto_la_SOURCES += buffer/buf_str.c | 441 | libcrypto_la_SOURCES += buffer/buf_str.c |
441 | libcrypto_la_SOURCES += buffer/buffer.c | 442 | libcrypto_la_SOURCES += buffer/buffer.c |
443 | noinst_HEADERS += bytestring/bytestring.h | ||
444 | |||
445 | # bytestring | ||
446 | libcrypto_la_SOURCES += bytestring/bs_ber.c | ||
447 | libcrypto_la_SOURCES += bytestring/bs_cbb.c | ||
448 | libcrypto_la_SOURCES += bytestring/bs_cbs.c | ||
442 | 449 | ||
443 | # camellia | 450 | # camellia |
444 | libcrypto_la_SOURCES += camellia/cmll_cfb.c | 451 | libcrypto_la_SOURCES += camellia/cmll_cfb.c |