aboutsummaryrefslogtreecommitdiffstats
path: root/missing
diff options
context:
space:
mode:
Diffstat (limited to 'missing')
-rw-r--r--missing/crypt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/missing/crypt.h b/missing/crypt.h
index 7c2642f593..7a78767931 100644
--- a/missing/crypt.h
+++ b/missing/crypt.h
@@ -237,6 +237,8 @@ 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);