From 3d8b2ec42bcb1cfe2f6f502ea8c6f098202a2906 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Tue, 22 Mar 2016 14:33:00 -0400 Subject: Remove several unused undocumented functions. Removed the following: DSO_bind_var, DSO_bind_var, DSO_get_default_method, DSO_get_loaded_filename, DSO_get_loaded_filename, DSO_get_method, DSO_new_method, DSO_pathbyaddr, DSO_set_default_method, DSO_set_method, DSO_set_name_converter, DSO_set_name_converter Reviewed-by: Richard Levitte --- crypto/dso/dso_locl.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'crypto/dso/dso_locl.h') diff --git a/crypto/dso/dso_locl.h b/crypto/dso/dso_locl.h index 3d7d669d47..a4c54a7691 100644 --- a/crypto/dso/dso_locl.h +++ b/crypto/dso/dso_locl.h @@ -72,8 +72,6 @@ struct dso_meth_st { int (*dso_load) (DSO *dso); /* Unloads a shared library */ int (*dso_unload) (DSO *dso); - /* Binds a variable */ - void *(*dso_bind_var) (DSO *dso, const char *symname); /* * Binds a function - assumes a return type of DSO_FUNC_TYPE. This should * be cast to the real function prototype by the caller. Platforms that @@ -100,8 +98,6 @@ struct dso_meth_st { /* [De]Initialisation handlers. */ int (*init) (DSO *dso); int (*finish) (DSO *dso); - /* Return pathname of the module containing location */ - int (*pathbyaddr) (void *addr, char *path, int sz); /* Perform global symbol lookup, i.e. among *all* modules */ void *(*globallookup) (const char *symname); }; -- cgit v1.2.3