提交 433830a3 authored 作者: Michael Jerris's avatar Michael Jerris

revert previous change that does not correct the issue. opened a bug with apple…

revert previous change that does not correct the issue.  opened a bug with apple on this issue https://bugreport.apple.com/problem/viewproblem #15938497
上级 7104ecac
...@@ -46,10 +46,6 @@ ...@@ -46,10 +46,6 @@
#define MATH_H #define MATH_H
#include "datatypes.h" #include "datatypes.h"
#ifndef SRTP_KERNEL
# include <stdio.h>
#endif
unsigned char unsigned char
v32_weight(v32_t a); v32_weight(v32_t a);
......
...@@ -53,6 +53,7 @@ ...@@ -53,6 +53,7 @@
#include <stdarg.h> #include <stdarg.h>
#ifndef SRTP_KERNEL #ifndef SRTP_KERNEL
# include <stdio.h>
# include <string.h> # include <string.h>
# include <time.h> # include <time.h>
# ifdef HAVE_NETINET_IN_H # ifdef HAVE_NETINET_IN_H
......
...@@ -46,9 +46,6 @@ ...@@ -46,9 +46,6 @@
#include "alloc.h" #include "alloc.h"
#include "crypto_kernel.h" #include "crypto_kernel.h"
#ifndef SRTP_KERNEL
# include <stdio.h>
#endif
/* the debug module for the crypto_kernel */ /* the debug module for the crypto_kernel */
......
...@@ -43,9 +43,6 @@ ...@@ -43,9 +43,6 @@
*/ */
#include "err.h" #include "err.h"
#ifndef SRTP_KERNEL
# include <stdio.h>
#endif
#ifdef ERR_REPORTING_SYSLOG #ifdef ERR_REPORTING_SYSLOG
# ifdef HAVE_SYSLOG_H # ifdef HAVE_SYSLOG_H
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论