From 4e5c27c58cb867be2c915cee99683ad9eed089b3 Mon Sep 17 00:00:00 2001 From: "git@daemon.de" Date: Fri, 23 Oct 2015 12:25:52 +0200 Subject: [PATCH] rm dbg print, fix #13 --- libpcp/crypto.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libpcp/crypto.c b/libpcp/crypto.c index 3a13672..17353f3 100644 --- a/libpcp/crypto.c +++ b/libpcp/crypto.c @@ -708,8 +708,6 @@ uint64_t _get_nonce_ctr(byte *nonce) { abort(); } - fprintf(stderr, "ctr size: %d ", i); - switch(i) { case 1: ctr = nonce[1];