summaryrefslogtreecommitdiffstats
path: root/crypto/dso
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2021-05-31 14:29:55 +1000
committerPauli <pauli@openssl.org>2021-06-02 16:30:15 +1000
commit3dc12810fa8320df3298602dd8ac9bd690c65a6a (patch)
tree29db5c0bba6d23aeb499b85eaa74ff2d24542557 /crypto/dso
parent26b3e44a661899f0d0cb709482170cc411a94233 (diff)
dso: remove TODOs
Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15539)
Diffstat (limited to 'crypto/dso')
-rw-r--r--crypto/dso/dso_dlfcn.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/dso/dso_dlfcn.c b/crypto/dso/dso_dlfcn.c
index 76bc6055bc..b317ae2ad1 100644
--- a/crypto/dso/dso_dlfcn.c
+++ b/crypto/dso/dso_dlfcn.c
@@ -437,7 +437,6 @@ static int dlfcn_pathbyaddr(void *addr, char *path, int sz)
return len;
}
- /* TODO: what error report does this attach to? */
ERR_add_error_data(2, "dlfcn_pathbyaddr(): ", dlerror());
# endif
return -1;