diff options
author | Andreas Schneider <mail@cynapses.org> | 2009-02-02 17:00:04 +0000 |
---|---|---|
committer | Andreas Schneider <mail@cynapses.org> | 2009-02-02 17:00:04 +0000 |
commit | 69a1fac7a1361e998ff373208f89808de9c522b3 (patch) | |
tree | 26803467825537e40d5b68ff7981e6587bf6682d /include/libssh | |
parent | 1fd6a2e9e0b57bf861f177e737fd9cbb6458975b (diff) | |
download | libssh-69a1fac7a1361e998ff373208f89808de9c522b3.tar.gz libssh-69a1fac7a1361e998ff373208f89808de9c522b3.tar.xz libssh-69a1fac7a1361e998ff373208f89808de9c522b3.zip |
Fix build warnings in the crypto wrapper functions.
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@221 7dcaeef0-15fb-0310-b436-a5af3365683c
Diffstat (limited to 'include/libssh')
-rw-r--r-- | include/libssh/priv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libssh/priv.h b/include/libssh/priv.h index d0babab..b9e6f18 100644 --- a/include/libssh/priv.h +++ b/include/libssh/priv.h @@ -620,7 +620,7 @@ int decompress_buffer(SSH_SESSION *session,BUFFER *buf); /* wrapper.c */ int crypt_set_algorithms(SSH_SESSION *); int crypt_set_algorithms_server(SSH_SESSION *session); -CRYPTO *crypto_new(); +CRYPTO *crypto_new(void); void crypto_free(CRYPTO *crypto); /* crc32.c */ |