Minor change, remove obsolete code from keygen_paramenc example

Signed-off-by: Dimitar Tomov <dimi@wolfssl.com>
pull/129/head
Dimitar Tomov 2020-11-13 18:57:33 +02:00
parent 23e5b629fb
commit 191412f86b
1 changed files with 0 additions and 3 deletions

View File

@ -214,9 +214,6 @@ exit:
exit_badargs:
if (keyFile)
fclose(keyFile);
return rc;
}