summaryrefslogtreecommitdiffstats
path: root/crypto/dso/dso_vms.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-10-15 15:23:03 +0100
committerMatt Caswell <matt@openssl.org>2016-11-02 23:32:50 +0000
commitcb6ea61c161e88aa0268c77f308469a67b2ec063 (patch)
treed7258a4436007e4abaa4374ba2a1a7b0aaf64a0e /crypto/dso/dso_vms.c
parentce95f3b724f71f42dd57af4a0a8e2f571deaf94d (diff)
Partial revert of 3d8b2ec42 to add back DSO_pathbyaddr
Commit 3d8b2ec42 removed various unused functions. However now we need to use one of them! This commit resurrects DSO_pathbyaddr(). We're not going to resurrect the Windows version though because what we need to achieve can be done a different way on Windows. Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'crypto/dso/dso_vms.c')
-rw-r--r--crypto/dso/dso_vms.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/crypto/dso/dso_vms.c b/crypto/dso/dso_vms.c
index 2e0d84cb53..e3c157bf57 100644
--- a/crypto/dso/dso_vms.c
+++ b/crypto/dso/dso_vms.c
@@ -50,7 +50,9 @@ static DSO_METHOD dso_meth_vms = {
vms_name_converter,
vms_merger,
NULL, /* init */
- NULL /* finish */
+ NULL, /* finish */
+ NULL, /* pathbyaddr */
+ NULL /* globallookup */
};
/*