X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Focsp%2Focsp_http.c;h=1e270100ad4fbe641658589f91c88c2ec0cdf7cf;hp=39277c1bba223214b9bdb82b1be1640d487b7503;hb=e8d0819d52b2741fcb4ddb79ced4d824c3056918;hpb=29f178bddfdbd11218fbcba0b8060297696968e3 diff --git a/crypto/ocsp/ocsp_http.c b/crypto/ocsp/ocsp_http.c index 39277c1bba..1e270100ad 100644 --- a/crypto/ocsp/ocsp_http.c +++ b/crypto/ocsp/ocsp_http.c @@ -35,7 +35,6 @@ OCSP_REQ_CTX *OCSP_sendreq_new(BIO *io, const char *path, OCSP_REQUEST *req, return res; } -# ifndef OPENSSL_NO_SOCK int OCSP_sendreq_nbio(OCSP_RESPONSE **presp, OCSP_REQ_CTX *rctx) { *presp = (OCSP_RESPONSE *) @@ -60,6 +59,4 @@ OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, const char *path, OCSP_REQUEST *req) return rv == 1 ? resp : NULL; } -# endif /* !defined(OPENSSL_NO_SOCK) */ - #endif /* !defined(OPENSSL_NO_OCSP) */