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)
commit5a738e549d31a54b31ac673af88e23686e453aef
tree5548d2515e52a0f17506964ad653849b19637684
parent112488bbbccc0581926b65ab093d495bff2dd8cf
usign-exec: change usign_f_* fingerprint argument to char[17]

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>
usign-exec.c
usign.h