1
1
libssh/tests/torture_pki.h
Andreas Schneider fd2ef07f37 tests: Move helper functions to a common file
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2018-01-10 22:24:11 +01:00

4 строки
173 B
C

char *torture_pki_read_file(const char *filename);
int torture_read_one_line(const char *filename, char *buffer, size_t len);
size_t torture_pubkey_len(const char *pubkey);