From 5d3222876e7cbd8bf87fb3b9c951cba3c9be08eb Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Thu, 25 Feb 2016 00:56:35 -0500 Subject: GH463: Fix OPENSSL_NO_OCSP build Fixes github issue 463. Building the app without OPENSSL_NO_SOCK isn't supported, so only do OPENSSL_NO_OCSP. Reviewed-by: Andy Polyakov --- apps/apps.h | 1 - 1 file changed, 1 deletion(-) (limited to 'apps/apps.h') diff --git a/apps/apps.h b/apps/apps.h index 617c1f7e9b..4540a63cfe 100644 --- a/apps/apps.h +++ b/apps/apps.h @@ -477,7 +477,6 @@ int app_passwd(char *arg1, char *arg2, char **pass1, char **pass2); int add_oid_section(CONF *conf); X509 *load_cert(const char *file, int format, const char *cert_descrip); X509_CRL *load_crl(const char *infile, int format); -int load_cert_crl_http(const char *url, X509 **pcert, X509_CRL **pcrl); EVP_PKEY *load_key(const char *file, int format, int maybe_stdin, const char *pass, ENGINE *e, const char *key_descrip); EVP_PKEY *load_pubkey(const char *file, int format, int maybe_stdin, -- cgit v1.2.3