usign-exec: change usign_f_* fingerprint argument to char[17]
authorMatthias Schiffer <mschiffer@universe-factory.net>
Sat, 16 May 2020 16:18:24 +0000 (18:18 +0200)
committerMatthias Schiffer <mschiffer@universe-factory.net>
Sat, 16 May 2020 16:26:40 +0000 (18:26 +0200)
This makes it more obvious that a buffer with space for 17 characters is
expected to be passed. The code still works the same (a char[17] is
equivalent to char* as an argument).

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>

No differences found