aboutsummaryrefslogtreecommitdiff
path: root/src/common/util.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-04-01 09:54:20 -0400
committerNick Mathewson <nickm@torproject.org>2015-04-01 09:54:20 -0400
commitc66dd179800416d8bcc1aa4a9abdcf1861a7c6c6 (patch)
tree728ae954124abd68feade9b88e79165655739814 /src/common/util.h
parent162fd52b405918a78bf25d7e043edd16a53a2e0f (diff)
downloadtor-c66dd179800416d8bcc1aa4a9abdcf1861a7c6c6.tar.gz
tor-c66dd179800416d8bcc1aa4a9abdcf1861a7c6c6.zip
Drop support for --digests
This is a fair amount of maintainance burden, and doesn't help much more than the git microversion. Closes ticket 14742.
Diffstat (limited to 'src/common/util.h')
-rw-r--r--src/common/util.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/util.h b/src/common/util.h
index 3584a879bb..2749e46af4 100644
--- a/src/common/util.h
+++ b/src/common/util.h
@@ -570,8 +570,6 @@ STATIC int format_helper_exit_status(unsigned char child_state,
#endif
-const char *libor_get_digests(void);
-
#define ARRAY_LENGTH(x) ((sizeof(x)) / sizeof(x[0]))
#endif