2021-03-13 09:24:17 +00:00
|
|
|
/*
|
|
|
|
* Common pieces between the platform console frontend modules.
|
|
|
|
*/
|
|
|
|
|
2021-09-15 13:41:00 +00:00
|
|
|
char *hk_absentmsg_common(const char *host, int port,
|
|
|
|
const char *keytype, const char *fingerprint);
|
2021-03-13 09:24:17 +00:00
|
|
|
extern const char hk_absentmsg_interactive_intro[];
|
|
|
|
extern const char hk_absentmsg_interactive_prompt[];
|
2021-09-15 05:00:38 +00:00
|
|
|
|
2021-09-15 13:41:00 +00:00
|
|
|
char *hk_wrongmsg_common(const char *host, int port,
|
|
|
|
const char *keytype, const char *fingerprint);
|
2021-03-13 09:24:17 +00:00
|
|
|
extern const char hk_wrongmsg_interactive_intro[];
|
|
|
|
extern const char hk_wrongmsg_interactive_prompt[];
|
|
|
|
|
|
|
|
extern const char weakcrypto_msg_common_fmt[];
|
|
|
|
|
|
|
|
extern const char weakhk_msg_common_fmt[];
|
|
|
|
|
|
|
|
extern const char console_continue_prompt[];
|
|
|
|
extern const char console_abandoned_msg[];
|