summaryrefslogtreecommitdiff
path: root/src/common/util.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-04-01 13:53:03 -0400
committerNick Mathewson <nickm@torproject.org>2015-04-01 13:53:03 -0400
commitd366c3354f4d10d2a71e837e01d6722c40854b5b (patch)
tree4d9db887aec748b7b05bb88bcaab684fdddcbbf7 /src/common/util.h
parentcd8f13b5cb0f91731653eba1adf0cc3ba597db6d (diff)
parentad3c2f1c921d810f3835aaf6a36be9ccf5b05784 (diff)
downloadtor-d366c3354f4d10d2a71e837e01d6722c40854b5b.tar.gz
tor-d366c3354f4d10d2a71e837e01d6722c40854b5b.zip
Merge branch 'remove_digests'
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 21ac5b31e2..30ac248b30 100644
--- a/src/common/util.h
+++ b/src/common/util.h
@@ -573,8 +573,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