From 330282a6547104c2dda7768753cc334978500cd2 Mon Sep 17 00:00:00 2001 From: David Benjamin Date: Wed, 25 Jan 2017 18:23:11 -0500 Subject: [PATCH] Remove SHA_LBLOCK and SHA_LONG. These are no longer used anywhere. Change-Id: Id79299f92c705f6bb7aed7acb48994d4498bd2d8 Reviewed-on: https://boringssl-review.googlesource.com/13341 Commit-Queue: David Benjamin Reviewed-by: Adam Langley --- include/openssl/sha.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/openssl/sha.h b/include/openssl/sha.h index 2ddcb62b..7c310979 100644 --- a/include/openssl/sha.h +++ b/include/openssl/sha.h @@ -73,10 +73,6 @@ extern "C" { /* SHA_DIGEST_LENGTH is the length of a SHA-1 digest. */ #define SHA_DIGEST_LENGTH 20 -/* TODO(fork): remove */ -#define SHA_LBLOCK 16 -#define SHA_LONG uint32_t - /* SHA1_Init initialises |sha| and returns one. */ OPENSSL_EXPORT int SHA1_Init(SHA_CTX *sha);