diff options
author | Matt Caswell <matt@openssl.org> | 2020-09-03 17:24:47 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2020-09-13 12:11:21 +0200 |
commit | 15c3dcfc78553c70439d816a9c5471b8d5a6c54f (patch) | |
tree | aef31a307d8cd24a90bad5bbfb7ad1450eb66eac /crypto/dso/dso_dlfcn.c | |
parent | Fix safestack issues in conf.h (diff) | |
download | openssl-15c3dcfc78553c70439d816a9c5471b8d5a6c54f.tar.xz openssl-15c3dcfc78553c70439d816a9c5471b8d5a6c54f.zip |
Fix safestack issues in crypto.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/dso/dso_dlfcn.c')
-rw-r--r-- | crypto/dso/dso_dlfcn.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/dso/dso_dlfcn.c b/crypto/dso/dso_dlfcn.c index bb34c6ed42..b34984b919 100644 --- a/crypto/dso/dso_dlfcn.c +++ b/crypto/dso/dso_dlfcn.c @@ -19,8 +19,6 @@ #include "dso_local.h" #include "e_os.h" -DEFINE_STACK_OF(void) - #ifdef DSO_DLFCN # ifdef HAVE_DLFCN_H |