Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't define ssl_verify_callback_common when using --disable-ssl.
Fixes build failure: ``` In file included from ./nrpe.c:44: ../include/nrpe-ssl.h:47:50: error: unknown type name 'X509_STORE_CTX' int ssl_verify_callback_common(int preverify_ok, X509_STORE_CTX * ctx, int is_invalid); ^ ```
- Loading branch information