crypt: Fix function definition.
Этот коммит содержится в:
родитель
68bab2a490
Коммит
544747d02c
@ -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
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user