#define MATH_H
#include "datatypes.h"
+#ifndef SRTP_KERNEL
+# include <stdio.h>
+#endif
+
unsigned char
v32_weight(v32_t a);
#include <stdarg.h>
#ifndef SRTP_KERNEL
-# include <stdio.h>
# include <string.h>
# include <time.h>
# ifdef HAVE_NETINET_IN_H
#include "alloc.h"
#include "crypto_kernel.h"
+#ifndef SRTP_KERNEL
+# include <stdio.h>
+#endif
/* the debug module for the crypto_kernel */
#endif
#include "err.h"
+#ifndef SRTP_KERNEL
+# include <stdio.h>
+#endif
#ifdef ERR_REPORTING_SYSLOG
# ifdef HAVE_SYSLOG_H
}
-#include <stdio.h>
int
bitvector_print_hex(const bitvector_t *v, FILE *stream) {