X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/34938510a88c053e2dabe853561c1028cc49b359..ff3b058ac51e9caf5cf1fd310b8a401a97a85582:/src/md5.c diff --git a/src/md5.c b/src/md5.c index 62680ee..d80e117 100644 --- a/src/md5.c +++ b/src/md5.c @@ -5,7 +5,7 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, @@ -625,7 +625,7 @@ char* md5(const char* pass, char* output) { sprintf(output + j * 2, "%02x", md5sum[j]); } - printf("The hash of %s is %s\n\n", pass, output); + /* printf("The hash of %s is %s\n\n", pass, output); */ return 0; }