When the return type of the function is int, it's better to return an
authorRichard Levitte <levitte@openssl.org>
Thu, 9 Jun 2005 17:28:53 +0000 (17:28 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 9 Jun 2005 17:28:53 +0000 (17:28 +0000)
commit13e393607b23fd47e4d2dbba2188356062fd2a27
treef727ef8b07de4c2b7dcf00db96c09bdb79148ce9
parent052ec899279e36359bb0f554732cec5551cf30ea
When the return type of the function is int, it's better to return an
in than NULL, especially when an error is signalled with a negative
value.
crypto/dso/dso_lib.c