author | Volker Birk <vb@pep-project.org> |
Thu, 12 Dec 2019 11:24:12 +0100 | |
branch | sync |
changeset 4270 | 948445131f47 |
parent 4269 | 3d466b014d2e |
child 4271 | ba250cce2d87 |
src/key_reset.c | file | annotate | diff | revisions |
1.1 --- a/src/key_reset.c Thu Dec 12 11:21:53 2019 +0100 1.2 +++ b/src/key_reset.c Thu Dec 12 11:24:12 2019 +0100 1.3 @@ -810,8 +810,6 @@ 1.4 if (!dist) 1.5 return NULL; 1.6 1.7 - // convert from ASN.1 struct 1.8 - 1.9 if (allocated) 1.10 command_list = new_keyreset_command_list(NULL); 1.11 if (!command_list)