yet another pcpstream problem noted

This commit is contained in:
TLINDEN
2014-02-25 19:52:59 +01:00
parent 271c6259c2
commit 0069d6ea29
4 changed files with 581 additions and 2 deletions

View File

@@ -266,7 +266,6 @@ int pcpencrypt(char *id, char *infile, char *outfile, char *passwd, plist_t *rec
Pcpstream *pin = ps_new_file(in);
Pcpstream *pout = ps_new_file(out);
if(self == 1)
clen = pcp_encrypt_stream_sym(pin, pout, symkey, 0, NULL);
else