diff options
Diffstat (limited to 'exec/crypt.h')
-rw-r--r-- | exec/crypt.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/exec/crypt.h b/exec/crypt.h deleted file mode 100644 index 2a4c203c..00000000 --- a/exec/crypt.h +++ /dev/null @@ -1,12 +0,0 @@ -/* crypt.h (dummy version) -- do not perform encryption - * Hardly worth copyrighting :-) - */ - -#ifdef CRYPT -# undef CRYPT /* dummy version */ -#endif - -#define RAND_HEAD_LEN 12 /* length of encryption random header */ - -#define zencode -#define zdecode |