From 199eb66acc6ceee4c06a9085c72c7b44a05faf1d Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 7 May 2020 01:04:23 -0400 Subject: Remove unused md5 header --- include/checksum.h | 1 - include/spm.h | 1 - 2 files changed, 2 deletions(-) diff --git a/include/checksum.h b/include/checksum.h index 780ee97..5309527 100644 --- a/include/checksum.h +++ b/include/checksum.h @@ -4,7 +4,6 @@ #ifndef SPM_CHECKSUM_H #define SPM_CHECKSUM_H -char *md5sum(const char *filename); char *sha256sum(const char *filename); #endif //SPM_CHECKSUM_H diff --git a/include/spm.h b/include/spm.h index 7ea2959..e0e713f 100644 --- a/include/spm.h +++ b/include/spm.h @@ -40,7 +40,6 @@ #include #include #include -#include #include #if !OS_WINDOWS -- cgit