aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/priv.h
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2011-09-17 18:48:55 +0200
committerAndreas Schneider <asn@cryptomilk.org>2011-09-18 21:37:17 +0200
commite7009fe8f3928db009f5d03ff47bd159599e5440 (patch)
treeee24085b00f84a9d1310468719d8d5194cfeaf67 /include/libssh/priv.h
parentffb827b539635236c2c46804a899999949c07187 (diff)
downloadlibssh-e7009fe8f3928db009f5d03ff47bd159599e5440.tar.gz
libssh-e7009fe8f3928db009f5d03ff47bd159599e5440.tar.xz
libssh-e7009fe8f3928db009f5d03ff47bd159599e5440.zip
priv: Create crc32.h.
As crc32 is only needed by SSHv1, build it only with SSHv1.
Diffstat (limited to 'include/libssh/priv.h')
-rw-r--r--include/libssh/priv.h4
1 files changed, 0 insertions, 4 deletions
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);