diff options
author | Ed Maste <emaste@FreeBSD.org> | 2024-06-03 16:17:02 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2024-06-03 16:19:54 +0000 |
commit | 1b2aa3deeb0dbbace9fed635fa01b6f6e8480901 (patch) | |
tree | d4f991a92b1c7c84e264b900f50f2fa0202c872a /tests/crypt/test.h | |
parent | 96dba636abec6d5451820add99300bda2ca6d86a (diff) |
Diffstat (limited to 'tests/crypt/test.h')
-rw-r--r-- | tests/crypt/test.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/crypt/test.h b/tests/crypt/test.h index 4f716f1220f4..3c9070a5c83d 100644 --- a/tests/crypt/test.h +++ b/tests/crypt/test.h @@ -28,5 +28,6 @@ #ifndef TEST_H int test_hmac_md5(void); +int test_sha256(void); #endif |