aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Jelen <jjelen@redhat.com>2018-11-07 14:09:03 +0100
committerAndreas Schneider <asn@cryptomilk.org>2018-11-23 17:30:16 +0100
commitc18ed4eafa3c95225588945b41f8392d23b35224 (patch)
tree05959e50bf062bf5bce51dd1c536e5319efef41c
parentdaabb084fe0039136c369353f097472fc2b3f3c7 (diff)
downloadlibssh-c18ed4eafa3c95225588945b41f8392d23b35224.tar.gz
libssh-c18ed4eafa3c95225588945b41f8392d23b35224.tar.xz
libssh-c18ed4eafa3c95225588945b41f8392d23b35224.zip
Drop unused header file
Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
-rw-r--r--include/libssh/crc32.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/include/libssh/crc32.h b/include/libssh/crc32.h
deleted file mode 100644
index 07c0cafc..00000000
--- a/include/libssh/crc32.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
- * crc32.c - simple CRC32 code
- *
- * This file is part of the SSH Library
- *
- * Copyright (c) 2005 by Aris Adamantiadis
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
- */
-
-#ifndef _CRC32_H
-#define _CRC32_H
-
-uint32_t ssh_crc32(const char *buf, uint32_t len);
-
-#endif /* _CRC32_H */