diff options
Diffstat (limited to 'src/lib/libcrypto/dso/dso_dlfcn.c')
-rw-r--r-- | src/lib/libcrypto/dso/dso_dlfcn.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/lib/libcrypto/dso/dso_dlfcn.c b/src/lib/libcrypto/dso/dso_dlfcn.c index b75c9e23e0..f22e641bab 100644 --- a/src/lib/libcrypto/dso/dso_dlfcn.c +++ b/src/lib/libcrypto/dso/dso_dlfcn.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: dso_dlfcn.c,v 1.27 2014/07/11 08:44:48 jsing Exp $ */ | 1 | /* $OpenBSD: dso_dlfcn.c,v 1.28 2015/02/07 13:19:15 doug Exp $ */ |
2 | /* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL | 2 | /* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL |
3 | * project 2000. | 3 | * project 2000. |
4 | */ | 4 | */ |
@@ -82,12 +82,6 @@ static int dlfcn_load(DSO *dso); | |||
82 | static int dlfcn_unload(DSO *dso); | 82 | static int dlfcn_unload(DSO *dso); |
83 | static void *dlfcn_bind_var(DSO *dso, const char *symname); | 83 | static void *dlfcn_bind_var(DSO *dso, const char *symname); |
84 | static DSO_FUNC_TYPE dlfcn_bind_func(DSO *dso, const char *symname); | 84 | static DSO_FUNC_TYPE dlfcn_bind_func(DSO *dso, const char *symname); |
85 | #if 0 | ||
86 | static int dlfcn_unbind(DSO *dso, char *symname, void *symptr); | ||
87 | static int dlfcn_init(DSO *dso); | ||
88 | static int dlfcn_finish(DSO *dso); | ||
89 | static long dlfcn_ctrl(DSO *dso, int cmd, long larg, void *parg); | ||
90 | #endif | ||
91 | static char *dlfcn_name_converter(DSO *dso, const char *filename); | 85 | static char *dlfcn_name_converter(DSO *dso, const char *filename); |
92 | static char *dlfcn_merger(DSO *dso, const char *filespec1, | 86 | static char *dlfcn_merger(DSO *dso, const char *filespec1, |
93 | const char *filespec2); | 87 | const char *filespec2); |