]> git.ipfire.org Git - thirdparty/krb5.git/commit
Modernize kdc_preauth_ec.c 1201/head
authorGreg Hudson <ghudson@mit.edu>
Thu, 8 Jul 2021 23:49:59 +0000 (19:49 -0400)
committerGreg Hudson <ghudson@mit.edu>
Thu, 15 Jul 2021 14:58:17 +0000 (10:58 -0400)
commit65612e5e2a373cf3545a87570e4cfaf7bd1682b7
tree587c2327f92a765f711deabc455e4cae410d4adf
parentfc98f520caefff2e5ee9a0026fdf5109944b3562
Modernize kdc_preauth_ec.c

Reorganize ec_verify() and ec_return() to use cleanup labels instead
of if-ladders.  Also use unconditional calls to free functions and
change a few variable names.
src/kdc/kdc_preauth_ec.c