diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-12-29 09:48:39 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-12-29 09:48:39 -0500 |
commit | 603110aa1db69ef0506ee94c3be80c59a664ee03 (patch) | |
tree | 9d89959a34506c5d0a0ecba8a99d7da42c8bd49d /src/common/crypto.h | |
parent | bc2cd0ff2bfc70916efe6b6a7fe0a4aae481df3b (diff) | |
parent | a12c5f462f99e7e8f0dcd4b91baac1d35b2ff88a (diff) | |
download | tor-603110aa1db69ef0506ee94c3be80c59a664ee03.tar.gz tor-603110aa1db69ef0506ee94c3be80c59a664ee03.zip |
Merge branch 'feature17796_squashed'
Diffstat (limited to 'src/common/crypto.h')
-rw-r--r-- | src/common/crypto.h | 1 |
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 |