diff options
| author | kinichiro <kinichiro.inoguchi@gmail.com> | 2021-12-11 21:00:55 +0900 |
|---|---|---|
| committer | kinichiro <kinichiro.inoguchi@gmail.com> | 2021-12-11 22:05:28 +0900 |
| commit | b10ff615ebb1ceca423a8ad34792aa7952b8ee3a (patch) | |
| tree | d85c467707f44fd4be6ca31bc08f3ead368b1d13 /crypto | |
| parent | a3a03842f68732cc08c0241c40cf99fd11a8a3a4 (diff) | |
| download | portable-b10ff615ebb1ceca423a8ad34792aa7952b8ee3a.tar.gz portable-b10ff615ebb1ceca423a8ad34792aa7952b8ee3a.tar.bz2 portable-b10ff615ebb1ceca423a8ad34792aa7952b8ee3a.zip | |
Add crypto/bytestring with autotools
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 |
