]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Remove the (now-unused) digest_algorithm_bitfield_t
authorNick Mathewson <nickm@torproject.org>
Sun, 20 Dec 2015 20:18:22 +0000 (15:18 -0500)
committerNick Mathewson <nickm@torproject.org>
Tue, 29 Dec 2015 14:47:04 +0000 (09:47 -0500)
src/common/crypto.h

index cf7b9ee408d3ba55f6a8f3cfe87208c24d1dff98..d0bbf7b47a9da7cb3fdefd50cbc7552a31e2dc46 100644 (file)
@@ -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