diff options
Diffstat (limited to 'src/libcrypto.c')
-rw-r--r-- | src/libcrypto.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libcrypto.c b/src/libcrypto.c index da3f09d..0249103 100644 --- a/src/libcrypto.c +++ b/src/libcrypto.c @@ -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; } |