The branch OpenSSL_1_1_0-stable has been updated
via 257a03ccb5f395a23bbf63b6fcdd024081b114c7 (commit)
from f32a0a951dc8ea3a4c8c4a76e5b3a32f03c47e3d (commit)
- Log -----------------------------------------------------------------
commit 257a03ccb5f395a23bbf63b6fcdd024081b114c7
Author: Rich Salz <[email protected]>
Date: Sat Oct 28 11:32:38 2017 -0400
Add missing paren.
Thanks to Remi Gacogne for pointing this out.
Also indented the two macro bodies
Reviewed-by: Richard Levitte <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/4608)
-----------------------------------------------------------------------
Summary of changes:
include/openssl/tls1.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/openssl/tls1.h b/include/openssl/tls1.h
index 90444a5..3fe01fe 100644
--- a/include/openssl/tls1.h
+++ b/include/openssl/tls1.h
@@ -298,9 +298,9 @@ SSL_CTX_ctrl(ssl,SSL_CTRL_GET_TLSEXT_STATUS_REQ_CB,0, (void
(**)(void))cb)
SSL_CTX_callback_ctrl(ssl,SSL_CTRL_SET_TLSEXT_STATUS_REQ_CB,(void (*)(void))cb)
# define SSL_CTX_get_tlsext_status_arg(ssl, arg) \
-SSL_CTX_ctrl(ssl,SSL_CTRL_GET_TLSEXT_STATUS_REQ_CB_ARG,0, (void *)arg
+ SSL_CTX_ctrl(ssl,SSL_CTRL_GET_TLSEXT_STATUS_REQ_CB_ARG,0, (void *)arg)
# define SSL_CTX_set_tlsext_status_arg(ssl, arg) \
-SSL_CTX_ctrl(ssl,SSL_CTRL_SET_TLSEXT_STATUS_REQ_CB_ARG,0, (void *)arg)
+ SSL_CTX_ctrl(ssl,SSL_CTRL_SET_TLSEXT_STATUS_REQ_CB_ARG,0, (void *)arg)
#define SSL_CTX_set_tlsext_status_type(ssl, type) \
SSL_CTX_ctrl(ssl, SSL_CTRL_SET_TLSEXT_STATUS_REQ_TYPE, type, NULL)
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits