2005-11-07 Kevin P. Fleming <kpfleming@digium.com>
+ * cryptostub.c: include necessary headers
+ * include/asterisk/crypto.h: don't include unnecessary headers
+
* manager.c (action_setvar): add support for setting global variables (issue #5571)
* Makefile: correct cross-compilation issue introduced in Cygwin patches (issue #5572)
* at the top of the source tree.
*/
+#include <unistd.h>
+#include <stdlib.h>
+
#include "asterisk/crypto.h"
+#include "asterisk/logger.h"
/* Hrm, I wonder if the compiler is smart enough to only create two functions
for all these... I could force it to only make two, but those would be some
#ifndef _ASTERISK_CRYPTO_H
#define _ASTERISK_CRYPTO_H
-#include "asterisk/channel.h"
-#include "asterisk/file.h"
-
#if defined(__cplusplus) || defined(c_plusplus)
extern "C" {
#endif