From: Pauli Date: Mon, 31 May 2021 04:29:55 +0000 (+1000) Subject: dso: remove TODOs X-Git-Tag: openssl-3.0.0-beta1~248 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3dc12810fa8320df3298602dd8ac9bd690c65a6a;p=thirdparty%2Fopenssl.git dso: remove TODOs Reviewed-by: Tim Hudson (Merged from https://github.com/openssl/openssl/pull/15539) --- diff --git a/crypto/dso/dso_dlfcn.c b/crypto/dso/dso_dlfcn.c index 76bc6055bcf..b317ae2ad19 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;