diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2019-01-17 16:39:01 +0100 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2019-01-17 16:39:01 +0100 |
commit | 8bc363227be365d72d0911ee215fc055f701d8b8 (patch) | |
tree | 1f9804456b32f0e59208a0143ed672170e66fbf2 | |
parent | 148b546435a8fdd83372d4f546d809f5322ae05b (diff) |
Remove useless comment.
-rwxr-xr-x | src/lib/test_exchange_api_overlapping_keys_bug.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lib/test_exchange_api_overlapping_keys_bug.c b/src/lib/test_exchange_api_overlapping_keys_bug.c index 8944bae22..2614cd87f 100755 --- a/src/lib/test_exchange_api_overlapping_keys_bug.c +++ b/src/lib/test_exchange_api_overlapping_keys_bug.c @@ -43,11 +43,6 @@ * by the client). In particular, the bug makes signature * verifications to fail (often times, auditor signatures * have proven to be faulty). - * - * Another possible cause: a whole /keys redownload doesn't - * make the bug appear; a next try might be to redownload - * /keys using a 'last_issue_date=0' parameter (that was often - * observed along the bug). */ /** |