diff options
author | Rich Salz <rsalz@akamai.com> | 2019-07-31 21:24:20 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2019-08-02 11:41:54 +0200 |
commit | ff988500c2f39ae61b2836167b6e0e7b2021220c (patch) | |
tree | ead6acf74e2cf8c8be430e02f78dddcf8281b0cc /CHANGES | |
parent | Use NULL as parameter when pointer can only be NULL. (diff) | |
download | openssl-ff988500c2f39ae61b2836167b6e0e7b2021220c.tar.xz openssl-ff988500c2f39ae61b2836167b6e0e7b2021220c.zip |
Replace FUNCerr with ERR_raise_data
Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9496)
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -37,10 +37,6 @@ private key for those. This avoids leaking bit 0 of the private key. [Bernd Edlinger] - *) Added a new FUNCerr() macro that takes a function name. - The macro SYSerr() is deprecated. - [Rich Salz] - *) Significantly reduce secure memory usage by the randomness pools. [Paul Dale] |