[tor-commits] [tor/master] Remove the (now-unused) digest_algorithm_bitfield_t

nickm at torproject.org nickm at torproject.org
Tue Dec 29 14:52:37 UTC 2015


commit a12c5f462f99e7e8f0dcd4b91baac1d35b2ff88a
Author: Nick Mathewson <nickm at torproject.org>
Date:   Sun Dec 20 15:18:22 2015 -0500

    Remove the (now-unused) digest_algorithm_bitfield_t
---
 src/common/crypto.h |    1 -
 1 file changed, 1 deletion(-)

diff --git a/src/common/crypto.h b/src/common/crypto.h
index cf7b9ee..d0bbf7b 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





More information about the tor-commits mailing list