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 <davidben@google.com>
Reviewed-by: Adam Langley <agl@google.com>
This commit is contained in:
David Benjamin 2017-01-25 18:23:11 -05:00 committed by Adam Langley
parent 6d50f475e3
commit 330282a654

View File

@ -73,10 +73,6 @@ extern "C" {
/* SHA_DIGEST_LENGTH is the length of a SHA-1 digest. */ /* SHA_DIGEST_LENGTH is the length of a SHA-1 digest. */
#define SHA_DIGEST_LENGTH 20 #define SHA_DIGEST_LENGTH 20
/* TODO(fork): remove */
#define SHA_LBLOCK 16
#define SHA_LONG uint32_t
/* SHA1_Init initialises |sha| and returns one. */ /* SHA1_Init initialises |sha| and returns one. */
OPENSSL_EXPORT int SHA1_Init(SHA_CTX *sha); OPENSSL_EXPORT int SHA1_Init(SHA_CTX *sha);