4
0
mirror of https://github.com/QuasarApp/openssl.git synced 2025-05-04 13:39:38 +00:00

fix coding style nits w.r.t. 'defined' in http_local.h, http.h, and ocsp.h

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com>
(Merged from https://github.com/openssl/openssl/pull/11142)
This commit is contained in:
Dr. David von Oheimb 2020-03-10 10:40:43 +01:00
parent 4c7f8981e8
commit b5adba2042
3 changed files with 3 additions and 3 deletions
crypto/http
include/openssl

@ -46,4 +46,4 @@ ASN1_VALUE *HTTP_sendreq_bio(BIO *bio, OSSL_HTTP_bio_cb_t bio_update_fn,
int maxline, unsigned long max_resp_len,
int timeout, const ASN1_ITEM *rsp_it);
#endif /* !defined OSSL_CRYPTO_HTTP_LOCAL_H */
#endif /* !defined(OSSL_CRYPTO_HTTP_LOCAL_H) */

@ -69,4 +69,4 @@ int OSSL_HTTP_parse_url(const char *url, char **phost, char **pport,
# ifdef __cplusplus
}
# endif
#endif /* !defined OPENSSL_HTTP_H */
#endif /* !defined(OPENSSL_HTTP_H) */

@ -371,5 +371,5 @@ int OCSP_basic_verify(OCSP_BASICRESP *bs, STACK_OF(X509) *certs,
# ifdef __cplusplus
}
# endif
# endif /* !defined OPENSSL_NO_OCSP */
# endif /* !defined(OPENSSL_NO_OCSP) */
#endif