Commit 7ad0cee6c0c5e19adcdfe46d9077afba81a6b187

Patrick Steinhardt 2017-12-08T10:10:19

hash: openssl: check return values of SHA1_* functions The OpenSSL functions `SHA1_Init`, `SHA1_Update` and `SHA1_Final` all return 1 for success and 0 otherwise, but we never check their return values. Do so.