repo.or.cz
/
gzip.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
maint: don't use "the the"
[gzip.git]
/
crypt.c
blob
8b410b2fec195cd75034bcab08083dd2ddcb65c0
1
/* crypt.c (dummy version) -- do not perform encryption
2
* Hardly worth copyrighting :-)
3
*/
4
#ifdef RCSID
5
static char
rcsid
[] =
"$Id$"
;
6
#endif
7
typedef
int
dummy
;