Skip to content

Commit

Permalink
add CommonCrypto SHA-384/512 to test_bulk
Browse files Browse the repository at this point in the history
  • Loading branch information
lhoward committed Dec 4, 2015
1 parent 87c59d1 commit 9aeb081
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/hcrypto/test_bulk.c
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,8 @@ test_bulk_provider_cc(void)
test_bulk_digest("cc_md5", EVP_cc_md5());
test_bulk_digest("cc_sha1", EVP_cc_sha1());
test_bulk_digest("cc_sha256", EVP_cc_sha256());
test_bulk_digest("cc_sha384", EVP_cc_sha384());
test_bulk_digest("cc_sha512", EVP_cc_sha512());
}
#endif /* __APPLE__ */

Expand Down

0 comments on commit 9aeb081

Please sign in to comment.