Skip to content

Commit

Permalink
Fix tomcrypt build
Browse files Browse the repository at this point in the history
  • Loading branch information
raptor committed May 28, 2017
1 parent 729282d commit cfc4bc8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion tomcrypt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,13 @@ ${CMAKE_CURRENT_SOURCE_DIR}/src/pk/asn1/der/boolean/der_length_boolean.c
${CMAKE_CURRENT_SOURCE_DIR}/src/pk/asn1/der/bit/der_decode_bit_string.c
${CMAKE_CURRENT_SOURCE_DIR}/src/pk/asn1/der/bit/der_encode_bit_string.c
${CMAKE_CURRENT_SOURCE_DIR}/src/pk/asn1/der/bit/der_length_bit_string.c
${CMAKE_CURRENT_SOURCE_DIR}/src/pk/asn1/der/bit/der_decode_raw_bit_string.c
${CMAKE_CURRENT_SOURCE_DIR}/src/pk/asn1/der/bit/der_encode_raw_bit_string.c
${CMAKE_CURRENT_SOURCE_DIR}/src/pk/asn1/der/teletex_string/der_decode_teletex_string.c
${CMAKE_CURRENT_SOURCE_DIR}/src/pk/asn1/der/teletex_string/der_length_teletex_string.c
${CMAKE_CURRENT_SOURCE_DIR}/src/pk/asn1/der/generalizedtime/der_decode_generalizedtime.c
${CMAKE_CURRENT_SOURCE_DIR}/src/pk/asn1/der/generalizedtime/der_encode_generalizedtime.c
${CMAKE_CURRENT_SOURCE_DIR}/src/pk/asn1/der/generalizedtime/der_length_generalizedtime.c
${CMAKE_CURRENT_SOURCE_DIR}/src/pk/asn1/der/set/der_encode_set.c
${CMAKE_CURRENT_SOURCE_DIR}/src/pk/asn1/der/set/der_encode_setof.c
${CMAKE_CURRENT_SOURCE_DIR}/src/pk/asn1/der/octet/der_length_octet_string.c
Expand Down Expand Up @@ -325,4 +332,4 @@ set_source_files_properties(
${CMAKE_CURRENT_SOURCE_DIR}/src/ciphers/aes/aes_enc.c
PROPERTIES
COMPILE_DEFINITIONS "ENCRYPT_ONLY"
)
)

0 comments on commit cfc4bc8

Please sign in to comment.