mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-12-02 01:17:52 +03:00
crypt: Fix function definition.
This commit is contained in:
@@ -527,7 +527,8 @@ static struct crypto_struct ssh_ciphertab[] = {
|
||||
};
|
||||
|
||||
|
||||
struct crypto_struct *ssh_get_ciphertab(){
|
||||
struct crypto_struct *ssh_get_ciphertab(void)
|
||||
{
|
||||
return ssh_ciphertab;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user