summaryrefslogtreecommitdiff
path: root/src/skey
diff options
context:
space:
mode:
Diffstat (limited to 'src/skey')
-rw-r--r--src/skey/sha1.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/skey/sha1.c b/src/skey/sha1.c
index d1c57d1..4537781 100644
--- a/src/skey/sha1.c
+++ b/src/skey/sha1.c
@@ -10,10 +10,6 @@
#include "skeyutil.h"
#include "sha1.h"
-
-#define SHA1_DIGESTSIZE 20
-#define SHA1_BLOCKSIZE 64
-
#define HTONDIGEST(x) { \
x[0] = htonl(x[0]); \
x[1] = htonl(x[1]); \