summaryrefslogtreecommitdiff
path: root/cipher/sha1.h
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/sha1.h')
-rw-r--r--cipher/sha1.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/cipher/sha1.h b/cipher/sha1.h
index 93ce79b5..acf764ba 100644
--- a/cipher/sha1.h
+++ b/cipher/sha1.h
@@ -26,12 +26,6 @@ typedef struct
{
gcry_md_block_ctx_t bctx;
u32 h0,h1,h2,h3,h4;
- unsigned int use_ssse3:1;
- unsigned int use_avx:1;
- unsigned int use_bmi2:1;
- unsigned int use_shaext:1;
- unsigned int use_neon:1;
- unsigned int use_arm_ce:1;
} SHA1_CONTEXT;