]> git.ipfire.org Git - thirdparty/openssl.git/commit
Use NULL as parameter when pointer can only be NULL.
authorPauli <paul.dale@oracle.com>
Fri, 2 Aug 2019 01:56:46 +0000 (11:56 +1000)
committerPauli <paul.dale@oracle.com>
Fri, 2 Aug 2019 01:56:46 +0000 (11:56 +1000)
commit823ee00a396f91df4517af13dafae679ae10b3f4
treef2ac0b6f8d402cfbe2c3a2533a4f0814d99f4d89
parent2b2eb210a1365f80a125cebdd05ed567cb3ca7cf
Use NULL as parameter when pointer can only be NULL.

Code clarification.

Reviewed-by: Paul Yang <kaishen.yy@antfin.com>
(Merged from https://github.com/openssl/openssl/pull/9514)
crypto/ex_data.c