summaryrefslogtreecommitdiff
path: root/devel/got/files/openbsd-compat/sha1.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/got/files/openbsd-compat/sha1.h')
-rw-r--r--devel/got/files/openbsd-compat/sha1.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/devel/got/files/openbsd-compat/sha1.h b/devel/got/files/openbsd-compat/sha1.h
deleted file mode 100644
index bfa1dab97f64..000000000000
--- a/devel/got/files/openbsd-compat/sha1.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef _OPENBSD_COMPAT_SHA1_H_
-#define _OPENBSD_COMPAT_SHA1_H_
-
-#include <sha.h>
-
-#define SHA1_DIGEST_LENGTH SHA_DIGEST_LENGTH
-#define SHA1_DIGEST_STRING_LENGTH (SHA1_DIGEST_LENGTH * 2 + 1)
-
-#define SHA1_CTX SHA_CTX
-#define SHA1Init SHA1_Init
-#define SHA1Update SHA1_Update
-#define SHA1Final SHA1_Final
-
-#endif