comparison keyimport.h @ 1478:3a933956437e coverity

update coverity
author Matt Johnston <matt@ucc.asn.au>
date Fri, 09 Feb 2018 23:49:22 +0800
parents 06d52bcb8094
children
comparison
equal deleted inserted replaced
1439:8d24733026c5 1478:3a933956437e
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_ */