add available ciphers and hmacs on help print (#20)

This commit is contained in:
Ryo Nakamura
2024-04-29 18:03:41 +09:00
parent 7c5314ea11
commit ab6649f29e
4 changed files with 105 additions and 10 deletions

View File

@@ -294,4 +294,15 @@ enum {
};
/**
* @brief Return available ciphers.
*/
const char **mscp_ssh_ciphers(void);
/**
* @brief Return available hmacs.
*/
const char **mscp_ssh_hmacs(void);
#endif /* _MSCP_H_ */