Skip to content

apdu{,_pubkey,_sign}.h: move handler definition to apdu.h

And that allows us to entirely remove apdu_pubkey.h which now not longer does anything. We also move one or two things from apdu_sign.h to apdu_sign.c as they are not shared with other C files.

Merge request reports