From 304ef620819d87b9bf0c128da0eb4d9d394a2954 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Fri, 15 Mar 2019 17:00:17 +0100 Subject: Removed all FIXME comments in code We expand informational comments on limitations, but with removing FIXME (keyword didn't help fixing these), and remove completely unhelpful or comments about ideas. Signed-off-by: Nikos Mavrogiannopoulos --- lib/algorithms/kx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/algorithms') diff --git a/lib/algorithms/kx.c b/lib/algorithms/kx.c index 151b3dc025..9b670693b4 100644 --- a/lib/algorithms/kx.c +++ b/lib/algorithms/kx.c @@ -44,7 +44,7 @@ extern mod_auth_st srp_dss_auth_struct; /* Cred type mappings to KX algorithms - * FIXME: The mappings are not 1-1. Some KX such as SRP_RSA require + * The mappings are not 1-1. Some KX such as SRP_RSA require * more than one credentials type. */ typedef struct { -- cgit v1.2.1