lib: clear secrets in auth api

This commit is contained in:
Dave Pate
2019-01-17 15:59:30 -08:00
committed by Klas Lindfors
parent 340177f070
commit c4dbf9d02c
+1
View File
@@ -1849,6 +1849,7 @@ ykpiv_rc ykpiv_auth_verifyresponse(ykpiv_state *state, uint8_t *response, const
Cleanup:
yc_memzero(&apdu, sizeof(apdu));
_ykpiv_end_transaction(state);
return res;
}