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:
parent
6d50f475e3
commit
330282a654
@ -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);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user