stable now but there are GIANT PIECES MISSING
[citadel.git] / citadel / modules / crypto / serv_crypto.c
index ba9a6d03c2b4575f8c43cf46e730d32618cd0e17..77b5b1914fefad0b59023dd0c611ee73807e2159 100644 (file)
 #include <openssl/rand.h>
 #endif
 
-#if TIME_WITH_SYS_TIME
-# include <sys/time.h>
-# include <time.h>
-#else
-# if HAVE_SYS_TIME_H
-#  include <sys/time.h>
-# else
-#  include <time.h>
-# endif
-#endif
+#include <time.h>
 
 #ifdef HAVE_PTHREAD_H
 #include <pthread.h>