aboutsummaryrefslogtreecommitdiffstats
path: root/src/encpipe_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/encpipe_p.h')
-rw-r--r--src/encpipe_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/encpipe_p.h b/src/encpipe_p.h
index 3ad1a73..98afe94 100644
--- a/src/encpipe_p.h
+++ b/src/encpipe_p.h
@@ -32,13 +32,13 @@
typedef struct Context_ {
char * in;
char * out;
- char * password;
unsigned char key[hydro_secretbox_KEYBYTES];
unsigned char *buf;
size_t sizeof_buf;
int fd_in;
int fd_out;
int encrypt;
+ int has_key;
} Context;
#endif