diff --git a/security/tor-devel/files/patch-orconfig.h.in b/security/tor-devel/files/patch-orconfig.h.in deleted file mode 100644 index 8632bbac2985..000000000000 --- a/security/tor-devel/files/patch-orconfig.h.in +++ /dev/null @@ -1,13 +0,0 @@ ---- orconfig.h.in.orig 2017-12-13 17:18:09 UTC -+++ orconfig.h.in -@@ -535,7 +535,10 @@ - #undef HAVE_TIME_H - - /* Define to 1 if you have the `timingsafe_memcmp' function. */ -+#include -+#if __FreeBSD_version >= 1200000 // disabled: timingsafe_memcmp(3) has been added only in 12.0, and isn't yet available on older systems - #undef HAVE_TIMINGSAFE_MEMCMP -+#endif - - /* Define to 1 if you have the `TLS_method' function. */ - #undef HAVE_TLS_METHOD diff --git a/security/tor/files/patch-orconfig.h.in b/security/tor/files/patch-orconfig.h.in deleted file mode 100644 index 6b2a355e48b2..000000000000 --- a/security/tor/files/patch-orconfig.h.in +++ /dev/null @@ -1,13 +0,0 @@ ---- orconfig.h.in.orig 2022-02-04 16:24:11 UTC -+++ orconfig.h.in -@@ -610,7 +610,10 @@ - #undef HAVE_TIME_H - - /* Define to 1 if you have the `timingsafe_memcmp' function. */ -+#include -+#if __FreeBSD_version >= 1200000 // disabled: timingsafe_memcmp(3) has been added only in 12.0, and isn't yet available on older systems - #undef HAVE_TIMINGSAFE_MEMCMP -+#endif - - /* Define to 1 if you have the `TLS_method' function. */ - #undef HAVE_TLS_METHOD