Ticket #15946: lfd_legacy_encrypt.patch
File lfd_legacy_encrypt.patch, 439 bytes (added by adfernandes (Andrew Fernandes), 16 years ago) |
---|
-
lfd_legacy_encrypt.c
diff -uNr vtun-3.0.2.orig/lfd_legacy_encrypt.c vtun-3.0.2/lfd_legacy_encrypt.c
55 55 #include <openssl/blowfish.h> 56 56 #else /* YAY - We're MAC OS */ 57 57 #include <sys/md5.h> 58 #include < crypto/blowfish.h>58 #include <openssl/blowfish.h> 59 59 #endif /* __APPLE_CC__ */ 60 60 61 61 #define ENC_BUF_SIZE VTUN_FRAME_SIZE + 16