Remove unnecessary NULL check from get_cert_by_subject since
authorbcook <bcook@openbsd.org>
Sun, 5 Aug 2018 14:17:12 +0000 (14:17 +0000)
committerbcook <bcook@openbsd.org>
Sun, 5 Aug 2018 14:17:12 +0000 (14:17 +0000)
commit4a72e5b639a41c6b119f9018e46fc931800b03b2
tree01d996353397477683cc1773efeb0a19e5956233
parent413a2998217b8fcaa891d1d5a88b9d2961b75db5
Remove unnecessary NULL check from get_cert_by_subject since
sk_BY_DIR_HASH_find already does it, removing ambiguity later in the function.

ok tb@
lib/libcrypto/x509/by_dir.c