Page MenuHomeFreeBSD

D37051.diff
No OneTemporary

D37051.diff

diff --git a/security/xmlsec1/files/patch-src_openssl_openssl__compat.h b/security/xmlsec1/files/patch-src_openssl_openssl__compat.h
deleted file mode 100644
--- a/security/xmlsec1/files/patch-src_openssl_openssl__compat.h
+++ /dev/null
@@ -1,24 +0,0 @@
---- src/openssl/openssl_compat.h.orig 2022-05-03 14:36:17 UTC
-+++ src/openssl/openssl_compat.h
-@@ -51,6 +51,21 @@
-
- /******************************************************************************
- *
-+ * LibreSSL 2.7+ compatibility (implements most of OpenSSL 1.1 API)
-+ *
-+ *****************************************************************************/
-+#if defined(XMLSEC_OPENSSL_API_110) && defined(LIBRESSL_VERSION_NUMBER)
-+/* EVP_CIPHER_CTX stuff */
-+#define EVP_CIPHER_CTX_encrypting(x) ((x)->encrypt)
-+
-+/* X509 stuff */
-+#define X509_STORE_CTX_get_by_subject X509_STORE_get_by_subject
-+#define X509_OBJECT_new() (calloc(1, sizeof(X509_OBJECT)))
-+#define X509_OBJECT_free(x) { X509_OBJECT_free_contents(x); free(x); }
-+#endif
-+
-+/******************************************************************************
-+ *
- * boringssl compatibility
- *
- *****************************************************************************/

File Metadata

Mime Type
text/plain
Expires
Fri, May 2, 10:11 PM (11 h, 44 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17913288
Default Alt Text
D37051.diff (1 KB)

Event Timeline