diff options
Diffstat (limited to 'gnu/usr.bin/gzip/crypt.c')
| -rw-r--r-- | gnu/usr.bin/gzip/crypt.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gnu/usr.bin/gzip/crypt.c b/gnu/usr.bin/gzip/crypt.c new file mode 100644 index 000000000000..57f62340ecda --- /dev/null +++ b/gnu/usr.bin/gzip/crypt.c @@ -0,0 +1,6 @@ +/* crypt.c (dummy version) -- do not perform encryption + * Hardly worth copyrighting :-) + */ +#ifdef RCSID +static char rcsid[] = "$Id: crypt.c,v 1.3 1993/10/14 00:32:26 nate Exp $"; +#endif |
