diff options
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt index 670df83..4e8a05a 100644 --- a/crypto/CMakeLists.txt +++ b/crypto/CMakeLists.txt | |||
@@ -371,6 +371,9 @@ set( | |||
371 | buffer/buf_err.c | 371 | buffer/buf_err.c |
372 | buffer/buf_str.c | 372 | buffer/buf_str.c |
373 | buffer/buffer.c | 373 | buffer/buffer.c |
374 | bytestring/bs_ber.c | ||
375 | bytestring/bs_cbb.c | ||
376 | bytestring/bs_cbs.c | ||
374 | camellia/cmll_cfb.c | 377 | camellia/cmll_cfb.c |
375 | camellia/cmll_ctr.c | 378 | camellia/cmll_ctr.c |
376 | camellia/cmll_ecb.c | 379 | camellia/cmll_ecb.c |
@@ -989,6 +992,7 @@ target_include_directories(crypto_obj | |||
989 | . | 992 | . |
990 | asn1 | 993 | asn1 |
991 | bn | 994 | bn |
995 | bytestring | ||
992 | dsa | 996 | dsa |
993 | ec | 997 | ec |
994 | ecdh | 998 | ecdh |