]> git.ipfire.org Git - thirdparty/openssl.git/commit
Include a local static buffer for the SHA helper functions
authorPauli <pauli@openssl.org>
Tue, 15 Jun 2021 08:48:35 +0000 (18:48 +1000)
committerPauli <pauli@openssl.org>
Wed, 16 Jun 2021 08:30:28 +0000 (18:30 +1000)
commit987d7da3277423b580b66232985a21af38ae4f79
tree5481c88ddc7ff9f2f23360a9133c7f1ccaa97507
parentf763e1351446da952c54e0ea85ec26a436cf4815
Include a local static buffer for the SHA helper functions

This functionality existed in 1.1.1 but was lost.

Fixes #15718

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15752)
crypto/sha/sha1_one.c