From bf07e0d2f69d7e801515ae33393f91a7867604b4 Mon Sep 17 00:00:00 2001 From: Seppia Date: Thu, 5 Jul 2018 17:18:03 +0200 Subject: Removed outdated comments --- src/onetimebluh.c | 8 ++++---- 1 file 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[]) { -- cgit v1.2.3