Skip to content

Commit

Permalink
Fix sm2_signtest building
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike4Feet committed Mar 4, 2024
1 parent aee3026 commit 1ee97c3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ set(tests
sm4
sm3
sm2
sm2_sign
sm2_enc
sm9
zuc
Expand Down Expand Up @@ -320,7 +319,7 @@ if (ENABLE_SM2_Z256)
message(STATUS "ENABLE_SM2_Z256 is ON")
add_definitions(-DENABLE_SM2_Z256)
list(APPEND src src/sm2_z256.c src/sm2_z256_table.c src/sm2_z256_sign.c)
list(APPEND tests sm2_z256)
list(APPEND tests sm2_z256 sm2_sign)
else ()
list(APPEND src src/sm2_sign.c)
endif()
Expand Down

0 comments on commit 1ee97c3

Please sign in to comment.