summaryrefslogtreecommitdiff
path: root/src/common/crypto.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-12-20 15:18:22 -0500
committerNick Mathewson <nickm@torproject.org>2015-12-29 09:47:04 -0500
commita12c5f462f99e7e8f0dcd4b91baac1d35b2ff88a (patch)
tree9e10bff775b25383ae75ce4645320b28060b6792 /src/common/crypto.h
parent488cdee5e7e9b23cf7bfee78e47e070489c6ca20 (diff)
downloadtor-a12c5f462f99e7e8f0dcd4b91baac1d35b2ff88a.tar.gz
tor-a12c5f462f99e7e8f0dcd4b91baac1d35b2ff88a.zip
Remove the (now-unused) digest_algorithm_bitfield_t
Diffstat (limited to 'src/common/crypto.h')
-rw-r--r--src/common/crypto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/crypto.h b/src/common/crypto.h
index cf7b9ee408..d0bbf7b47a 100644
--- a/src/common/crypto.h
+++ b/src/common/crypto.h
@@ -100,7 +100,6 @@ typedef enum {
DIGEST_SHA3_512 = 4,
} digest_algorithm_t;
#define N_DIGEST_ALGORITHMS (DIGEST_SHA3_512+1)
-#define digest_algorithm_bitfield_t ENUM_BF(digest_algorithm_t)
/** A set of all the digests we know how to compute, taken on a single
* string. Any digests that are shorter than 512 bits are right-padded