From e7009fe8f3928db009f5d03ff47bd159599e5440 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Sat, 17 Sep 2011 18:48:55 +0200 Subject: priv: Create crc32.h. As crc32 is only needed by SSHv1, build it only with SSHv1. --- include/libssh/priv.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/libssh/priv.h') diff --git a/include/libssh/priv.h b/include/libssh/priv.h index c267f3de..bd457579 100644 --- a/include/libssh/priv.h +++ b/include/libssh/priv.h @@ -217,10 +217,6 @@ unsigned char *bin_to_base64(const unsigned char *source, int len); int compress_buffer(ssh_session session,ssh_buffer buf); int decompress_buffer(ssh_session session,ssh_buffer buf, size_t maxlen); -/* crc32.c */ -uint32_t ssh_crc32(const char *buf, uint32_t len); - - /* match.c */ int match_hostname(const char *host, const char *pattern, unsigned int len); -- cgit