Remove guards around *_free() calls since these functions handle NULL.
authorjsing <jsing@openbsd.org>
Wed, 7 Feb 2018 04:25:19 +0000 (04:25 +0000)
committerjsing <jsing@openbsd.org>
Wed, 7 Feb 2018 04:25:19 +0000 (04:25 +0000)
commite2ffe67d11cccaf690dd9dfcc02eba0b92234989
treee56625d61f7ca3811e0792f67815546d94b0a6d6
parent001368513b3a913124296cfdb3634af2c75c783f
Remove guards around *_free() calls since these functions handle NULL.
usr.bin/openssl/apps.c