]> git.ipfire.org Git - thirdparty/unbound.git/commit
Do not use DSA API unless USE_DSA is set 1224/head
authorTheo Buehler <tb@openbsd.org>
Sat, 18 Jan 2025 09:23:57 +0000 (10:23 +0100)
committerTheo Buehler <tb@openbsd.org>
Sat, 18 Jan 2025 09:40:43 +0000 (10:40 +0100)
commit8672b34fcab6228d2349d766c72899978b0c2de6
tree4cd694bdf1a3fadce88fdf36c2dab0153d16848c
parent1d428f2d54450e719a95ad026ce84364e1e31835
Do not use DSA API unless USE_DSA is set

Even if USE_DSA is unset, unbound ends up linking against OpenSSL
DSA API because these guards are missing.
sldns/keyraw.c