diff -urN vtun.orig/auth.c vtun/auth.c --- vtun.orig/auth.c Mon Dec 16 22:40:44 2002 +++ vtun/auth.c Mon May 30 21:15:05 2005 @@ -61,14 +61,9 @@ /* Encryption and Decryption of the challenge key */ #ifdef HAVE_SSL -#ifndef __APPLE_CC__ #include #include #include -#else /* YAY - We're MAC OS */ -#include -#include -#endif /* __APPLE_CC__ */ void gen_chal(char *buf) { diff -urN vtun.orig/lfd_encrypt.c vtun/lfd_encrypt.c --- vtun.orig/lfd_encrypt.c Mon Dec 16 22:40:46 2002 +++ vtun/lfd_encrypt.c Mon May 30 21:15:32 2005 @@ -48,14 +48,9 @@ #ifdef HAVE_SSL -#ifndef __APPLE_CC__ /* OpenSSL includes */ #include #include -#else /* YAY - We're MAC OS */ -#include -#include -#endif /* __APPLE_CC__ */ #define ENC_BUF_SIZE VTUN_FRAME_SIZE + 16 #define ENC_KEY_SIZE 16