Matt Caswell a71edf3ba2 Standardise our style for checking malloc failures
if we have a malloc |x = OPENSSL_malloc(...)| sometimes we check |x|
for NULL and sometimes we treat it as a boolean |if(!x) ...|. Standardise
the approach in libssl.

Reviewed-by: Kurt Roeckx <kurt@openssl.org>
2015-11-09 22:48:41 +00:00
..
2015-09-20 14:19:49 +01:00
2015-10-30 08:39:47 +00:00
2015-09-07 10:45:38 +01:00
2015-10-30 08:38:18 +00:00
2015-06-23 22:24:09 +01:00
2015-10-30 08:38:18 +00:00
2015-08-14 06:56:11 +01:00
2015-11-05 15:48:37 +00:00
2015-11-08 14:03:50 +00:00
2015-10-02 14:22:05 -04:00
2015-10-02 14:22:05 -04:00
2015-05-16 09:20:58 +01:00
2015-08-14 06:56:11 +01:00
2015-05-22 23:10:51 +01:00
2015-09-07 10:45:38 +01:00
2015-07-30 14:43:35 +01:00