aboutsummaryrefslogtreecommitdiffstats
path: root/missing/crypt.h
diff options
context:
space:
mode:
Diffstat (limited to 'missing/crypt.h')
-rw-r--r--missing/crypt.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/missing/crypt.h b/missing/crypt.h
index 2048f76b1a..2b86fb0ca7 100644
--- a/missing/crypt.h
+++ b/missing/crypt.h
@@ -224,7 +224,6 @@ struct crypt_data {
/* ==================================== */
char cryptresult[1+4+4+11+1]; /* encrypted result */
- int initialized;
};
char *crypt(const char *key, const char *setting);