11644 kmf_openssl: NULL pointer issues

Review Request #2275 — Created Aug. 30, 2019 and submitted — Latest diff uploaded

citrus
illumos-gate
master
11644
5e7203a...
general
11644 kmf_openssl: NULL pointer issues

Only shows up when building with OpenSSL 1.1

../common/openssl_spi.c: In function 'check_response_signature':
../common/openssl_spi.c:2671:40: error: comparison between pointer and integer [-Werror]
if (sk_X509_push(cert_stack2, signer) == NULL) {

Loading...