]> git.ipfire.org Git - thirdparty/gnutls.git/commit
tests: simple: check if the digest algorithm is compiled in
authorDaiki Ueno <ueno@gnu.org>
Wed, 12 Jan 2022 07:15:24 +0000 (08:15 +0100)
committerDaiki Ueno <ueno@gnu.org>
Wed, 12 Jan 2022 07:16:03 +0000 (08:16 +0100)
commit93085b76bd3fa43cb596b6d894510c49405213ec
tree55eff5a5ba0af736d857b8cb7095332a0d119598
parenta06be080ca4894ebb22071911bda777b45d993d9
tests: simple: check if the digest algorithm is compiled in

When the library is built with --disable-gost, gnutls_digest_get_id
returns GNUTLS_DIG_UNKNOWN for GOST algorithms.

Signed-off-by: Daiki Ueno <ueno@gnu.org>
tests/simple.c