diff options
Diffstat (limited to 'libssh/crypt.c')
-rw-r--r-- | libssh/crypt.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libssh/crypt.c b/libssh/crypt.c index 498a5ea..172d215 100644 --- a/libssh/crypt.c +++ b/libssh/crypt.c @@ -21,6 +21,7 @@ * MA 02111-1307, USA. */ +#include "config.h" #include <stdlib.h> #include <stdio.h> #include <string.h> @@ -38,6 +39,7 @@ #include "libssh/priv.h" #include "libssh/crypto.h" #include "libssh/session.h" +#include "libssh/wrapper.h" uint32_t packet_decrypt_len(ssh_session session, char *crypted){ uint32_t decrypted; |