comparison keyimport.h @ 1511:5916af64acd4 fuzz

merge from main
author Matt Johnston <matt@ucc.asn.au>
date Sat, 17 Feb 2018 19:29:51 +0800
parents 06d52bcb8094
children
comparison
equal deleted inserted replaced
1457:32f990cc96b1 1511:5916af64acd4
32 KEYFILE_DROPBEAR, 32 KEYFILE_DROPBEAR,
33 KEYFILE_OPENSSH, 33 KEYFILE_OPENSSH,
34 KEYFILE_SSHCOM 34 KEYFILE_SSHCOM
35 }; 35 };
36 36
37 int import_write(const char *filename, sign_key *key, char *passphrase, 37 int import_write(const char *filename, sign_key *key, const char *passphrase,
38 int filetype); 38 int filetype);
39 sign_key *import_read(const char *filename, char *passphrase, int filetype); 39 sign_key *import_read(const char *filename, const char *passphrase, int filetype);
40 int import_encrypted(const char* filename, int filetype); 40 int import_encrypted(const char* filename, int filetype);
41 41
42 #endif /* DROPBEAR_KEYIMPORT_H_ */ 42 #endif /* DROPBEAR_KEYIMPORT_H_ */