diff options
author | Theo Buehler <tb@openbsd.org> | 2023-03-11 07:23:54 -0700 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-03-11 07:23:54 -0700 |
commit | db3074802925a1490056f6276b9379132fc775ab (patch) | |
tree | da9ad94d74613e21a2d840c382b5c03fac02bcd2 /crypto | |
parent | 94289fd2efb496a9e80b183b316dd28c2f05a9b6 (diff) | |
download | portable-db3074802925a1490056f6276b9379132fc775ab.tar.gz portable-db3074802925a1490056f6276b9379132fc775ab.tar.bz2 portable-db3074802925a1490056f6276b9379132fc775ab.zip |
Link cipher_method_lib.c to -portable build
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/CMakeLists.txt | 1 | ||||
-rw-r--r-- | crypto/Makefile.am | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt index 45d9786..a364e86 100644 --- a/crypto/CMakeLists.txt +++ b/crypto/CMakeLists.txt | |||
@@ -552,6 +552,7 @@ set( | |||
552 | evp/bio_enc.c | 552 | evp/bio_enc.c |
553 | evp/bio_md.c | 553 | evp/bio_md.c |
554 | evp/c_all.c | 554 | evp/c_all.c |
555 | evp/cipher_method_lib.c | ||
555 | evp/digest.c | 556 | evp/digest.c |
556 | evp/e_aes.c | 557 | evp/e_aes.c |
557 | evp/e_aes_cbc_hmac_sha1.c | 558 | evp/e_aes_cbc_hmac_sha1.c |
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index c09d266..e456198 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
@@ -719,6 +719,7 @@ libcrypto_la_SOURCES += evp/bio_b64.c | |||
719 | libcrypto_la_SOURCES += evp/bio_enc.c | 719 | libcrypto_la_SOURCES += evp/bio_enc.c |
720 | libcrypto_la_SOURCES += evp/bio_md.c | 720 | libcrypto_la_SOURCES += evp/bio_md.c |
721 | libcrypto_la_SOURCES += evp/c_all.c | 721 | libcrypto_la_SOURCES += evp/c_all.c |
722 | libcrypto_la_SOURCES += evp/cipher_method_lib.c | ||
722 | libcrypto_la_SOURCES += evp/digest.c | 723 | libcrypto_la_SOURCES += evp/digest.c |
723 | libcrypto_la_SOURCES += evp/e_aes.c | 724 | libcrypto_la_SOURCES += evp/e_aes.c |
724 | libcrypto_la_SOURCES += evp/e_aes_cbc_hmac_sha1.c | 725 | libcrypto_la_SOURCES += evp/e_aes_cbc_hmac_sha1.c |