diff options
author | Roland McGrath <roland@gnu.org> | 1994-12-14 04:33:25 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-12-14 04:33:25 +0000 |
commit | a672de27ad213fa0744810b33a39f49cb624fca3 (patch) | |
tree | 23da84219cb41cf4b75201f129c52e9f19e8f7d6 /exec/crypt.h | |
parent | f69200c2e94600d8b704383a537029cc42ca075a (diff) | |
download | hurd-a672de27ad213fa0744810b33a39f49cb624fca3.tar.gz hurd-a672de27ad213fa0744810b33a39f49cb624fca3.tar.bz2 hurd-a672de27ad213fa0744810b33a39f49cb624fca3.zip |
Initial revision
Diffstat (limited to 'exec/crypt.h')
-rw-r--r-- | exec/crypt.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/exec/crypt.h b/exec/crypt.h new file mode 100644 index 00000000..2a4c203c --- /dev/null +++ b/exec/crypt.h @@ -0,0 +1,12 @@ +/* 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 |