summaryrefslogtreecommitdiffstats
path: root/crypto/dso/dso_win32.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2020-09-03 16:24:47 +0100
committerMatt Caswell <matt@openssl.org>2020-09-13 11:11:21 +0100
commit15c3dcfc78553c70439d816a9c5471b8d5a6c54f (patch)
treeaef31a307d8cd24a90bad5bbfb7ad1450eb66eac /crypto/dso/dso_win32.c
parente74e562f1c518839cc9b63aafd4af6644e01d9ca (diff)
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_win32.c')
-rw-r--r--crypto/dso/dso_win32.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/dso/dso_win32.c b/crypto/dso/dso_win32.c
index 1472140e92..7248fc2878 100644
--- a/crypto/dso/dso_win32.c
+++ b/crypto/dso/dso_win32.c
@@ -69,8 +69,6 @@ static void *win32_globallookup(const char *name);
static const char *openssl_strnchr(const char *string, int c, size_t len);
-DEFINE_STACK_OF(void)
-
static DSO_METHOD dso_meth_win32 = {
"OpenSSL 'win32' shared library method",
win32_load,