summaryrefslogtreecommitdiff
path: root/missing
diff options
context:
space:
mode:
Diffstat (limited to 'missing')
-rw-r--r--missing/crypt.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/missing/crypt.h b/missing/crypt.h
index 7a78767931..7c2642f593 100644
--- a/missing/crypt.h
+++ b/missing/crypt.h
@@ -237,8 +237,6 @@ struct crypt_data {
char cryptresult[1+4+4+11+1]; /* encrypted result */
};
-#define SIZEOF_CRYPT_DATA (KS_SIZE*8+(1+4+4+11+1))
-
char *crypt(const char *key, const char *setting);
void setkey(const char *key);
void encrypt(char *block, int flag);