From aecfca693a9e846c5d8e73c49d4f1542c49e61fb Mon Sep 17 00:00:00 2001 From: Seppia Date: Sun, 6 May 2018 13:33:16 +0200 Subject: Tab style fix --- src/onetimebluh.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/onetimebluh.c b/src/onetimebluh.c index 9d65c70..dac7c44 100644 --- a/src/onetimebluh.c +++ b/src/onetimebluh.c @@ -7,9 +7,9 @@ #include #include -void xor (int64_t ed, char* mess, char* keyf, char* outp); /* operates the bitwise XOR between mess and keyf and puts the output to outp */ +void xor (int64_t ed, char* mess, char* keyf, char* outp); /* operates the bitwise XOR between mess and keyf and puts the output to outp */ void keyrand (int64_t nb, char* outp); /* generates random numbers using RAND_bytes from openssl and puts them into outp */ -void bluh (int64_t c, char* mess, char* outp, char* ch); /* performs the binary dump of the input file and prints that to outp */ +void bluh (int64_t c, char* mess, char* outp, char* ch); /* performs the binary dump of the input file and prints that to outp */ void help (char* av[]); /* prints the help message */ int main (int argc, char* argv[]) { -- cgit v1.2.3