mirror of
https://github.com/upa/mscp.git
synced 2026-02-04 03:24:58 +08:00
add available ciphers and hmacs on help print (#20)
This commit is contained in:
@@ -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_ */
|
||||
|
||||
Reference in New Issue
Block a user