Skip to content

Commit

Permalink
wow i targeted the wrong commit,,
Browse files Browse the repository at this point in the history
- libsodium now points to the commit tagged 1.0.19-RELEASE
- removed stale sources and tests
  • Loading branch information
CPunch committed Dec 31, 2023
1 parent 5a5c617 commit cbf0076
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ add_library(${PROJECT_NAME}
libsodium/src/libsodium/crypto_box/crypto_box_easy.c
libsodium/src/libsodium/crypto_box/crypto_box_seal.c
libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305.c
libsodium/src/libsodium/crypto_core/ed25519/core_h2c.c
libsodium/src/libsodium/crypto_core/ed25519/ref10/ed25519_ref10.c
libsodium/src/libsodium/crypto_core/hchacha20/core_hchacha20.c
libsodium/src/libsodium/crypto_core/hsalsa20/ref2/core_hsalsa20_ref2.c
Expand Down
2 changes: 1 addition & 1 deletion libsodium
Submodule libsodium updated 168 files
8 changes: 0 additions & 8 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -265,10 +265,6 @@ make_test(test_sign
${PROJECT_SOURCE_DIR}/libsodium/test/default/sign.c
)

make_test(test_sign2
${PROJECT_SOURCE_DIR}/libsodium/test/default/sign2.c
)

make_test(test_sodium_core
${PROJECT_SOURCE_DIR}/libsodium/test/default/sodium_core.c
)
Expand Down Expand Up @@ -314,10 +310,6 @@ if(NOT SODIUM_MINIMAL)
${PROJECT_SOURCE_DIR}/libsodium/test/default/core_ed25519.c
)

make_test(test_core_ed25519_h2c
${PROJECT_SOURCE_DIR}/libsodium/test/default/core_ed25519_h2c.c
)

make_test(test_core_ristretto255
${PROJECT_SOURCE_DIR}/libsodium/test/default/core_ristretto255.c
)
Expand Down

0 comments on commit cbf0076

Please sign in to comment.