]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-tcp.c
adopt MacOS deprecation workaround from FreeRADIUS
[tcpdump] / print-tcp.c
index b12fb9a6605ed78bedbc35ee6d8f8b0b18667454..f8e0ee723518bac5bd0d2d8addbb4c816ad32cd9 100644 (file)
@@ -774,6 +774,7 @@ print_tcp_rst_data(register const u_char *sp, u_int length)
 }
 
 #ifdef HAVE_LIBCRYPTO
+USES_APPLE_DEPRECATED_API
 static int
 tcp_verify_signature(const struct ip *ip, const struct tcphdr *tp,
                      const u_char *data, int length, const u_char *rcvsig)
@@ -860,6 +861,7 @@ tcp_verify_signature(const struct ip *ip, const struct tcphdr *tp,
         else
                 return (SIGNATURE_INVALID);
 }
+USES_APPLE_RST
 #endif /* HAVE_LIBCRYPTO */
 
 /*