From 932be4d1897fa03969727c4f9f087d62fddd9f55 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Fri, 25 Oct 2024 06:08:30 +0000 Subject: remove unneeded dst__opensslrsa_init() prototype --- usr.bin/dig/lib/dns/dst_internal.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'usr.bin/dig/lib') diff --git a/usr.bin/dig/lib/dns/dst_internal.h b/usr.bin/dig/lib/dns/dst_internal.h index a110676e5e2..3aea6580271 100644 --- a/usr.bin/dig/lib/dns/dst_internal.h +++ b/usr.bin/dig/lib/dns/dst_internal.h @@ -31,7 +31,7 @@ * IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dst_internal.h,v 1.13 2024/05/17 23:56:19 jsg Exp $ */ +/* $Id: dst_internal.h,v 1.14 2024/10/25 06:08:29 jsg Exp $ */ #ifndef DST_DST_INTERNAL_H #define DST_DST_INTERNAL_H 1 @@ -131,8 +131,6 @@ isc_result_t dst__hmacsha224_init(struct dst_func **funcp); isc_result_t dst__hmacsha256_init(struct dst_func **funcp); isc_result_t dst__hmacsha384_init(struct dst_func **funcp); isc_result_t dst__hmacsha512_init(struct dst_func **funcp); -isc_result_t dst__opensslrsa_init(struct dst_func **funcp, - unsigned char algorithm); /*% * Destructors -- cgit v1.2.3