priv: Remove crypto.h and add correct includes to src files.

This commit is contained in:
Andreas Schneider
2011-09-17 20:00:13 +02:00
parent c2686b8feb
commit acfc8ea83f
13 changed files with 26 additions and 6 deletions

View File

@@ -23,9 +23,6 @@
*/
#include "config.h"
#include "libssh/priv.h"
#include "libssh/buffer.h"
#include "libssh/session.h"
#if defined(HAVE_LIBZ) && defined(WITH_LIBZ)
@@ -33,6 +30,11 @@
#include <string.h>
#include <stdlib.h>
#include "libssh/priv.h"
#include "libssh/buffer.h"
#include "libssh/crypto.h"
#include "libssh/session.h"
#define BLOCKSIZE 4092
static z_stream *initcompress(ssh_session session, int level) {