summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeppia <seppia@seppia.net>2018-05-06 13:33:16 +0200
committerSeppia <seppia@seppia.net>2018-05-06 13:33:16 +0200
commitaecfca693a9e846c5d8e73c49d4f1542c49e61fb (patch)
treeba03f2fbb77029c1020f735923a711aeb17d195d
parentdebdb8399933e964841159060ced986f3015f79d (diff)
downloadonetimebluh-aecfca693a9e846c5d8e73c49d4f1542c49e61fb.tar.gz
onetimebluh-aecfca693a9e846c5d8e73c49d4f1542c49e61fb.tar.bz2
onetimebluh-aecfca693a9e846c5d8e73c49d4f1542c49e61fb.zip
Tab style fix
-rw-r--r--src/onetimebluh.c4
1 files changed, 2 insertions, 2 deletions
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 <errno.h>
#include <error.h>
-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[]) {