Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F116036926
D37051.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D37051.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D37051: security/xmlsec1: Fix build with libressl 3.5
Attached
Detach File
Event Timeline
Log In to Comment