summaryrefslogtreecommitdiff
path: root/usr.bin/dig/lib
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2024-10-25 06:08:30 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2024-10-25 06:08:30 +0000
commit932be4d1897fa03969727c4f9f087d62fddd9f55 (patch)
tree332effa24a182a05f48ed2d174cba1982b0d7ec6 /usr.bin/dig/lib
parent763cc5afd66b827e59ec277e934d6b3283f8530f (diff)
remove unneeded dst__opensslrsa_init() prototype
Diffstat (limited to 'usr.bin/dig/lib')
-rw-r--r--usr.bin/dig/lib/dns/dst_internal.h4
1 files changed, 1 insertions, 3 deletions
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