summaryrefslogtreecommitdiff
path: root/app-forensics/libewf/files/libewf-20171104-openssl-3.patch
diff options
context:
space:
mode:
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(