提交 30cf9178 编写于 作者: R Richard Levitte

Remove one extraneous parenthesis

Reviewed-by: NKurt Roeckx <kurt@openssl.org>
上级 3b061a00
...@@ -276,7 +276,7 @@ void BIO_clear_flags(BIO *b, int flags); ...@@ -276,7 +276,7 @@ void BIO_clear_flags(BIO *b, int flags);
* BIO_CB_RETURN flag indicates if it is after the call * BIO_CB_RETURN flag indicates if it is after the call
*/ */
# define BIO_CB_RETURN 0x80 # define BIO_CB_RETURN 0x80
# define BIO_CB_return(a) ((a)|BIO_CB_RETURN)) # define BIO_CB_return(a) ((a)|BIO_CB_RETURN)
# define BIO_cb_pre(a) (!((a)&BIO_CB_RETURN)) # define BIO_cb_pre(a) (!((a)&BIO_CB_RETURN))
# define BIO_cb_post(a) ((a)&BIO_CB_RETURN) # define BIO_cb_post(a) ((a)&BIO_CB_RETURN)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册