summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/onetimebluh.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/onetimebluh.c b/src/onetimebluh.c
index 960b259..b9cd8ec 100644
--- a/src/onetimebluh.c
+++ b/src/onetimebluh.c
@@ -23,10 +23,10 @@ char* cryptXor (char* inputStr, FILE* keyFile);
char* fcryptXor (FILE* inputFile, FILE* keyFile);
char* binDump (char* inputStr, char* binChars);
char* ubinDump (char* inputStr, char* binChars);
-void xor (Opts* opzioni); /* operates the bitwise XOR between mess and keyf and puts the output to outp */
-void keyrand (Opts* opzioni); /* generates random numbers using RAND_bytes from openssl and puts them into outp */
-void bluh (Opts* opzioni); /* performs the binary dump of the input file and prints that to outp */
-void help (char* av[]); /* prints the help message */
+void xor (Opts* opzioni);
+void keyrand (Opts* opzioni);
+void bluh (Opts* opzioni);
+void help (char* av[]);
int main (int argc, char* argv[]) {