mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-27 21:16:22 +00:00
Changed to use gnutls instead of openssl for sha1 hashing
This commit is contained in:
@@ -74,6 +74,13 @@ int main(int argc, char* argv[]) {
|
||||
unit_test(test_available_is_not_valid_resource_presence_string),
|
||||
unit_test(test_unavailable_is_not_valid_resource_presence_string),
|
||||
unit_test(test_blah_is_not_valid_resource_presence_string),
|
||||
unit_test(test_sha1_hash1),
|
||||
unit_test(test_sha1_hash2),
|
||||
unit_test(test_sha1_hash3),
|
||||
unit_test(test_sha1_hash4),
|
||||
unit_test(test_sha1_hash5),
|
||||
unit_test(test_sha1_hash6),
|
||||
unit_test(test_sha1_hash7),
|
||||
|
||||
unit_test(clear_empty),
|
||||
unit_test(reset_after_create),
|
||||
|
||||
Reference in New Issue
Block a user