aboutsummaryrefslogtreecommitdiff
path: root/openssl/crypto/bio/bio.h
diff options
context:
space:
mode:
authorMike DePaulo <mikedep333@gmail.com>2015-07-10 08:13:00 -0400
committerMike DePaulo <mikedep333@gmail.com>2015-07-10 08:13:00 -0400
commit1f6433e7473a14bf4263b618d3f0c1e17196a267 (patch)
tree9e809df23efaebf611765948726ff76805426093 /openssl/crypto/bio/bio.h
parentddb34d947fe45fcc4d2a8da284e7fa0c001bb7d3 (diff)
downloadvcxsrv-1f6433e7473a14bf4263b618d3f0c1e17196a267.tar.gz
vcxsrv-1f6433e7473a14bf4263b618d3f0c1e17196a267.tar.bz2
vcxsrv-1f6433e7473a14bf4263b618d3f0c1e17196a267.zip
Update openssl: 1.0.1o -> 1.0.1prelease/external-1.15.2.x
Diffstat (limited to 'openssl/crypto/bio/bio.h')
-rw-r--r--openssl/crypto/bio/bio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/crypto/bio/bio.h b/openssl/crypto/bio/bio.h
index be9cd0eff..d583cc108 100644
--- a/openssl/crypto/bio/bio.h
+++ b/openssl/crypto/bio/bio.h
@@ -290,7 +290,7 @@ void BIO_clear_flags(BIO *b, int flags);
* BIO_CB_RETURN flag indicates if it is after the call
*/
# 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_post(a) ((a)&BIO_CB_RETURN)