summaryrefslogtreecommitdiff
path: root/app-forensics/libewf/files/libewf-20171104-openssl-3.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-06-01 00:07:06 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-06-01 00:07:06 +0100
commit1551fe56fd6ba43a94509cffc61b6bf854b7ac9f (patch)
treebe99b6ceb874878a108d68c641b476a2df076517 /app-forensics/libewf/files/libewf-20171104-openssl-3.patch
parent0e2a727aba684f1a44cc0402a3f77d242140681b (diff)
gentoo auto-resync : 01:06:2024 - 00:07:06
Diffstat (limited to 'app-forensics/libewf/files/libewf-20171104-openssl-3.patch')
-rw-r--r--app-forensics/libewf/files/libewf-20171104-openssl-3.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/app-forensics/libewf/files/libewf-20171104-openssl-3.patch b/app-forensics/libewf/files/libewf-20171104-openssl-3.patch
deleted file mode 100644
index 2d30da7042f8..000000000000
--- a/app-forensics/libewf/files/libewf-20171104-openssl-3.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-https://bugs.gentoo.org/805188
-https://github.com/libyal/libewf/commit/033ea5b4e5f8f1248f74a2ec61fc1be183c6c46b
---- a/ewftools/ewftools_output.c
-+++ b/ewftools/ewftools_output.c
-@@ -238,12 +238,20 @@ void ewfoutput_version_detailed_fprint(
- LIBHMAC_VERSION_STRING );
-
- #if defined( HAVE_LIBCRYPTO )
-+#if defined( SHLIB_VERSION_NUMBER )
- fprintf(
- stream,
- " (libcrypto %s)",
- SHLIB_VERSION_NUMBER );
--#endif
--#endif
-+#elif defined( OPENSSL_VERSION_MAJOR ) && defined( OPENSSL_VERSION_MINOR )
-+ fprintf(
-+ stream,
-+ " (libcrypto %d.%d)",
-+ OPENSSL_VERSION_MAJOR,
-+ OPENSSL_VERSION_MINOR );
-+#endif
-+#endif
-+#endif
-
- #if defined( HAVE_LIBODRAW ) || defined( HAVE_LOCAL_LIBODRAW )
- fprintf(