diff --git a/lib/include/snow3g_common.h b/lib/include/snow3g_common.h index 18412f25..597a630d 100644 --- a/lib/include/snow3g_common.h +++ b/lib/include/snow3g_common.h @@ -35,7 +35,6 @@ #ifndef SNOW3G_COMMON_H #define SNOW3G_COMMON_H -#include /* printf() */ #include /* memset(), memcpy() */ #include @@ -3103,7 +3102,6 @@ SNOW3G_F8_N_BUFFER(const snow3g_key_schedule_t *pCtx, const void *const IV[], if (packetCount > NUM_PACKETS_16) { pBufferOut[0] = NULL; - printf("packetCount too high (%u)\n", (unsigned) packetCount); return; } @@ -3267,7 +3265,6 @@ SNOW3G_F8_N_BUFFER_MULTIKEY(const snow3g_key_schedule_t *const pCtx[], const voi if (packetCount > NUM_PACKETS_16) { pBufferOut[0] = NULL; - printf("packetCount too high (%u)\n", (unsigned) packetCount); return; }