[packages/erlang] - fixed ssl patch in <3.0 case
qboosh
qboosh at pld-linux.org
Mon Oct 25 20:05:28 CEST 2021
commit 3bc609e3416589ed1f6338a0ccb43ec9047298f7
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Mon Oct 25 20:10:43 2021 +0200
- fixed ssl patch in <3.0 case
ssl.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ssl.patch b/ssl.patch
index cbb8f43..e0b0efe 100644
--- a/ssl.patch
+++ b/ssl.patch
@@ -16,7 +16,7 @@
+# define PACKED_OPENSSL_VERSION(MAJ, MIN, FIX, P) \
+ ((((((((MAJ << 8) | MIN) << 8 ) | FIX) << 8) | (P-'a'+1)) << 4) | 0xf)
+
-++/* End Pre 3.0.0 */
++/* End Pre 3.0.0 */
+#endif
#define PACKED_OPENSSL_VERSION_PLAIN(MAJ, MIN, FIX) \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/erlang.git/commitdiff/3bc609e3416589ed1f6338a0ccb43ec9047298f7
More information about the pld-cvs-commit
mailing list