- Timestamp:
- Oct 19, 2002, 2:35:57 PM (22 years ago)
- Branches:
- master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- 55562e1
- Parents:
- e3869df
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
zcrypt.c
re3869df r0ba59d2 443 443 444 444 /* Open a pipe to zwrite */ 445 FILE *GetZephyrPipe(char *class, char *instance, ZWRITEOPTIONS *zoptions) {445 static FILE *GetZephyrPipe(char *class, char *instance, ZWRITEOPTIONS *zoptions) { 446 446 int fildes[2]; 447 447 pid_t pid; … … 521 521 /* Encrypt stdin, with prompt if isatty, and send to stdout, or to zwrite 522 522 if zephyr is set. */ 523 int do_encrypt(char *keystring, int zephyr, char *class, char *instance, ZWRITEOPTIONS *zoptions, char* keyfile) {523 static int do_encrypt(char *keystring, int zephyr, char *class, char *instance, ZWRITEOPTIONS *zoptions, char* keyfile) { 524 524 des_cblock key; 525 525 des_key_schedule schedule;
Note: See TracChangeset
for help on using the changeset viewer.