call ykpiv_done() before exiting

This commit is contained in:
Klas Lindfors
2014-06-17 09:15:47 +02:00
parent 7f80de659a
commit 56bee46ed3
+1
View File
@@ -1505,6 +1505,7 @@ int main(int argc, char *argv[]) {
}
}
ykpiv_done(state);
EVP_cleanup();
return ret;
}