]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Remove obsolete and unused EVP_dss1 compat #define
authorTimo Teräs <timo.teras@iki.fi>
Mon, 26 Dec 2022 08:27:56 +0000 (10:27 +0200)
committerOndřej Surý <ondrej@isc.org>
Mon, 9 Jan 2023 13:21:41 +0000 (14:21 +0100)
lib/dns/dst_openssl.h

index 819af0fee10388ef70be5138d2d3aabbc6e30dd2..b9027af3698b61eaa615f394d88b1b05cc768741 100644 (file)
 #define BN_GENCB_get_arg(x) ((x)->arg)
 #endif /* !HAVE_BN_GENCB_NEW */
 
-#if OPENSSL_VERSION_NUMBER >= 0x10100000L
-/*
- * EVP_dss1() is a version of EVP_sha1() that was needed prior to
- * 1.1.0 because there was a link between digests and signing algorithms;
- * the link has been eliminated and EVP_sha1() can be used now instead.
- */
-#define EVP_dss1 EVP_sha1
-#endif /* if OPENSSL_VERSION_NUMBER >= 0x10100000L */
-
 ISC_LANG_BEGINDECLS
 
 isc_result_t