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/CMakeLists.txt | |
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/CMakeLists.txt')
-rw-r--r-- | crypto/CMakeLists.txt | 1 |
1 files changed, 1 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 |