| commit | c174a3b7c14e0d178c61219de2aa1110e209950c | [log] [download] |
|---|---|---|
| author | Damien Miller <djm@mindrot.org> | Thu Jul 03 21:23:24 2014 +1000 |
| committer | Damien Miller <djm@mindrot.org> | Thu Jul 03 21:23:24 2014 +1000 |
| tree | 58486e26093e815daeb397dd5d48ac9cb757689c | |
| parent | d7ca2cd31ecc4d63a055e2dcc4bf35c13f2db4c5 [diff] |
- djm@cvs.openbsd.org 2014/07/03 03:26:43
[digest-openssl.c]
use EVP_Digest() for one-shot hash instead of creating, updating,
finalising and destroying a context.
bz#2231, based on patch from Timo Teras