summaryrefslogtreecommitdiff
path: root/usr.bin/dig
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2020-09-15 08:16:00 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2020-09-15 08:16:00 +0000
commitbdc2ea81a3be0ecffcafc1d85284ce6ab5382077 (patch)
treeac42f9a64325e078d1ad5d2844df043a2041dbcc /usr.bin/dig
parentd0f02ff4c65df87661eb66ce32187b2e31c89980 (diff)
remove 3 unused protos; ok florian
Diffstat (limited to 'usr.bin/dig')
-rw-r--r--usr.bin/dig/lib/dns/dst_internal.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/usr.bin/dig/lib/dns/dst_internal.h b/usr.bin/dig/lib/dns/dst_internal.h
index a8b8f342d80..aee3c62abab 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.11 2020/02/23 08:54:01 florian Exp $ */
+/* $Id: dst_internal.h,v 1.12 2020/09/15 08:15:59 deraadt Exp $ */
#ifndef DST_DST_INTERNAL_H
#define DST_DST_INTERNAL_H 1
@@ -140,12 +140,5 @@ isc_result_t dst__opensslecdsa_init(struct dst_func **funcp);
*/
void dst__openssl_destroy(void);
-/*%
- * Memory allocators using the DST memory pool.
- */
-void * dst__mem_alloc(size_t size);
-void dst__mem_free(void *ptr);
-void * dst__mem_realloc(void *ptr, size_t size);
-
#endif /* DST_DST_INTERNAL_H */
/*! \file */