Provide initial regress for lhash.
authorjsing <jsing@openbsd.org>
Mon, 6 May 2024 14:31:25 +0000 (14:31 +0000)
committerjsing <jsing@openbsd.org>
Mon, 6 May 2024 14:31:25 +0000 (14:31 +0000)
commit58a6500f54a1c08f5c0277139d1f73ebc29a5463
tree253293ea31ce30d91a5a88b376f505a3f46676c7
parent710839378ce502ebb62a6739a9ede7f7184c13c2
Provide initial regress for lhash.

For now, this is very limited and only tests calling lh_doall_arg()
multiple times on an empty linked hash. This process currently triggers
a SIGSEGV, which will be soon fixed.
regress/lib/libcrypto/lhash/Makefile [new file with mode: 0644]
regress/lib/libcrypto/lhash/lhash_test.c [new file with mode: 0644]