Opened 16 years ago

Last modified 15 years ago

#16392 closed defect

vtun 3.0.2 patch fix — at Initial Version

Reported by: emertens@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.6.0
Keywords: Cc:
Port: vtun

Description

The patch included in vtun 3.0.2 needs to be updated to the following (the change is the md5.h line). This is required to build.

--- lfd_legacy_encrypt.c 2008-07-09 16:06:01.000000000 -0400 +++ lfd_legacy_encrypt.c 2008-07-09 16:07:06.000000000 -0400 @@ -55,7 +55,7 @@

#include <openssl/blowfish.h> #else /* YAY - We're MAC OS */

-#include <sys/md5.h> -#include <crypto/blowfish.h> +#include <openssl/md5.h> +#include <openssl/blowfish.h>

#endif /* APPLE_CC */

#define ENC_BUF_SIZE VTUN_FRAME_SIZE + 16

Change History (0)

Note: See TracTickets for help on using tickets.