diff options
| author | 2020-02-23 23:40:21 +0000 | |
|---|---|---|
| committer | 2020-02-23 23:40:21 +0000 | |
| commit | afc94c37458f3fb1a93f727a90bf1f56b6e5eee6 (patch) | |
| tree | 0468682389171f3638ccc7792ebf1dbc775a3212 /usr.bin/dig/lib/dns/include/dst/dst.h | |
| parent | rmeove more unused functions and code (diff) | |
| download | wireguard-openbsd-afc94c37458f3fb1a93f727a90bf1f56b6e5eee6.tar.xz wireguard-openbsd-afc94c37458f3fb1a93f727a90bf1f56b6e5eee6.zip | |
remove some unused functions
ok jung@
Diffstat (limited to 'usr.bin/dig/lib/dns/include/dst/dst.h')
| -rw-r--r-- | usr.bin/dig/lib/dns/include/dst/dst.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/dig/lib/dns/include/dst/dst.h b/usr.bin/dig/lib/dns/include/dst/dst.h index a9ba221dbe5..9d7c9bb985d 100644 --- a/usr.bin/dig/lib/dns/include/dst/dst.h +++ b/usr.bin/dig/lib/dns/include/dst/dst.h @@ -14,7 +14,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dst.h,v 1.9 2020/02/23 08:54:01 florian Exp $ */ +/* $Id: dst.h,v 1.10 2020/02/23 23:40:21 jsg Exp $ */ #ifndef DST_DST_H #define DST_DST_H 1 @@ -303,8 +303,6 @@ dst_key_sigsize(const dst_key_t *key, unsigned int *n); uint16_t dst_region_computeid(const isc_region_t *source, unsigned int alg); -uint16_t -dst_region_computerid(const isc_region_t *source, unsigned int alg); /*%< * Computes the (revoked) key id of the key stored in the provided * region with the given algorithm. |
