hash_openssl.h
1.16 KB
-
hash: openssl: check return values of SHA1_* functions · 75e1737a
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.
Patrick Steinhardt committed