summaryrefslogtreecommitdiff
path: root/test/simpledynamic.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2021-06-23 08:21:04 +0200
committerPauli <pauli@openssl.org>2021-06-24 15:55:14 +1000
commit0652197407e1cb0d550f9528d9253c79f980608d (patch)
treeb3d926e40b330ac1a82c350f0219c2b01205806b /test/simpledynamic.c
parent505fcdb5de382623aa8a1230579334b58aa72b45 (diff)
downloadopenssl-new-0652197407e1cb0d550f9528d9253c79f980608d.tar.gz
TEST: Modify simpledynamic.[ch] to allow use on VMS as well
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15872)
Diffstat (limited to 'test/simpledynamic.c')
-rw-r--r--test/simpledynamic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/simpledynamic.c b/test/simpledynamic.c
index bbeeae02a4..390836891f 100644
--- a/test/simpledynamic.c
+++ b/test/simpledynamic.c
@@ -12,7 +12,7 @@
#include <openssl/e_os2.h>
#include "simpledynamic.h"
-#if defined(DSO_DLFCN)
+#if defined(DSO_DLFCN) || defined(DSO_VMS)
int sd_load(const char *filename, SD *lib, int type)
{