Module Name:    src
Committed By:   nia
Date:           Tue Oct 12 15:27:41 UTC 2021

Modified Files:
        src/lib/libcrypt: crypt-argon2.c

Log Message:
crypt(3): clean up some leftover debug goo


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/lib/libcrypt/crypt-argon2.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libcrypt/crypt-argon2.c
diff -u src/lib/libcrypt/crypt-argon2.c:1.7 src/lib/libcrypt/crypt-argon2.c:1.8
--- src/lib/libcrypt/crypt-argon2.c:1.7	Tue Oct 12 15:25:39 2021
+++ src/lib/libcrypt/crypt-argon2.c	Tue Oct 12 15:27:41 2021
@@ -276,7 +276,6 @@ __crypt_argon2(const char *pw, const cha
 		return 0;
 	}
 
-	puts(encodebuf);
 	memcpy(rbuf, encodebuf, sizeof(encodebuf));
 
 	/* clear buffers */

Reply via email to