mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-08-08 19:02:06 +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;
|
||||
}
|
||||
|
||||
|
@@ -474,7 +474,9 @@ static struct crypto_struct ssh_ciphertab[] = {
|
||||
}
|
||||
};
|
||||
|
||||
struct crypto_struct *ssh_get_ciphertab(){
|
||||
struct crypto_struct *ssh_get_ciphertab(void)
|
||||
{
|
||||
return ssh_ciphertab;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user