diff options
author | Matt Caswell <matt@openssl.org> | 2020-09-03 17:06:16 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2020-09-13 12:10:41 +0200 |
commit | dd731474207126615679f4cc9ae772d7da990332 (patch) | |
tree | 8a60e41bdcd2991bb5d55dba31ad8fdf4446cee2 /crypto/conf | |
parent | Fix safestack issues in ess.h (diff) | |
download | openssl-dd731474207126615679f4cc9ae772d7da990332.tar.xz openssl-dd731474207126615679f4cc9ae772d7da990332.zip |
Fix safestack issues in bio.h
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/12781)
Diffstat (limited to 'crypto/conf')
-rw-r--r-- | crypto/conf/conf_def.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/conf/conf_def.c b/crypto/conf/conf_def.c index 6f7c06afd7..63dfaef4d8 100644 --- a/crypto/conf/conf_def.c +++ b/crypto/conf/conf_def.c @@ -30,8 +30,6 @@ # endif #endif -DEFINE_STACK_OF(BIO) - #ifndef S_ISDIR # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) #endif |