aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2020-05-07 01:04:23 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2020-05-07 01:06:43 -0400
commit199eb66acc6ceee4c06a9085c72c7b44a05faf1d (patch)
treee227560ac1dfd0c44399848ae435c84c00ca533d
parent3bd696ab678dacb392adee796b3992c54781a32b (diff)
downloadspmc-199eb66acc6ceee4c06a9085c72c7b44a05faf1d.tar.gz
Remove unused md5 header
-rw-r--r--include/checksum.h1
-rw-r--r--include/spm.h1
2 files changed, 0 insertions, 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 <string.h>
#include <time.h>
#include <sys/stat.h>
-#include <openssl/md5.h>
#include <openssl/sha.h>
#if !OS_WINDOWS