ports/net/bird/1/patches/patch-sysdep_bsd_sysio_h

13 lines
322 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: sysdep/bsd/sysio.h
--- sysdep/bsd/sysio.h.orig
+++ sysdep/bsd/sysio.h
@@ -204,7 +204,7 @@ sk_prepare_ip_header(sock *s, void *hdr, int dlen)
#define TCP_SIG_SPI 0x1000
#endif
-#if defined(__FreeBSD__)
+#if defined(__FreeBSD__) || defined(__OpenBSD__)
#define USE_MD5SIG_SETKEY
#include "lib/setkey.h"
#endif