]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
revert previous change that does not correct the issue. opened a bug with apple...
authorMichael Jerris <mike@jerris.com>
Wed, 29 Jan 2014 21:59:46 +0000 (16:59 -0500)
committerMichael Jerris <mike@jerris.com>
Wed, 29 Jan 2014 22:00:41 +0000 (17:00 -0500)
libs/srtp/crypto/include/crypto_math.h
libs/srtp/crypto/include/datatypes.h
libs/srtp/crypto/kernel/crypto_kernel.c
libs/srtp/crypto/kernel/err.c

index e91c61992f06981e063d77969f39fcfbeb6455d8..be6558f638109b52ebbabacf533dc2dd399688b4 100644 (file)
 #define MATH_H
 
 #include "datatypes.h"
-#ifndef SRTP_KERNEL
-# include <stdio.h>
-#endif
-
 
 unsigned char
 v32_weight(v32_t a);
index 841cca8b937dd3b51ba6a5bbbc5e5067135a124f..17b531beb6a4a869e1998c745ffdb11c4fa0abf3 100644 (file)
@@ -53,6 +53,7 @@
 #include <stdarg.h>
 
 #ifndef SRTP_KERNEL
+# include <stdio.h>
 # include <string.h>
 # include <time.h>
 # ifdef HAVE_NETINET_IN_H
index a0a75df0bc2df4d38d3f1aaa169b6b73e9c78955..23131c9c548dbc7f6db430655c8952bfac1449d5 100644 (file)
@@ -46,9 +46,6 @@
 #include "alloc.h"
 
 #include "crypto_kernel.h"
-#ifndef SRTP_KERNEL
-# include <stdio.h>
-#endif
 
 /* the debug module for the crypto_kernel */
 
index b9dbb5c2fd7f70b6a602e6d3e227aa8d831362f8..f68a629975c22211ec8a6bddc9c8ba38bc1c3f9c 100644 (file)
@@ -47,9 +47,6 @@
 #endif
 
 #include "err.h"
-#ifndef SRTP_KERNEL
-# include <stdio.h>
-#endif
 
 #ifdef ERR_REPORTING_SYSLOG
 # ifdef HAVE_SYSLOG_H