mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
12 lines
331 B
Diff
12 lines
331 B
Diff
--- sslscan.c.orig 2019-03-25 05:32:05.000000000 +1100
|
|
+++ sslscan.c 2019-09-19 21:09:10.000000000 +1000
|
|
@@ -97,7 +97,7 @@
|
|
#include <openssl/x509.h>
|
|
#include <openssl/x509v3.h>
|
|
#include <openssl/ocsp.h>
|
|
-#ifdef __linux__
|
|
+#if defined(__linux__) || defined(__APPLE__)
|
|
#include <arpa/inet.h>
|
|
#endif
|
|
#ifndef OPENSSL_NO_COMP
|