summaryrefslogtreecommitdiffstats
path: root/crypto/http
diff options
context:
space:
mode:
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>2020-03-10 10:40:43 +0100
committerDr. David von Oheimb <David.von.Oheimb@siemens.com>2020-03-10 16:09:44 +0100
commitb5adba204244563346d4acefb06723629e6d8f11 (patch)
treea215f1e3491184409a48719882104188c1aec2be /crypto/http
parent4c7f8981e8b9919529707be03015601a29ed7a08 (diff)
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)
Diffstat (limited to 'crypto/http')
-rw-r--r--crypto/http/http_local.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/http/http_local.h b/crypto/http/http_local.h
index 4e6577f66d..4722750018 100644
--- a/crypto/http/http_local.h
+++ b/crypto/http/http_local.h
@@ -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) */