]> git.pld-linux.org Git - packages/erlang.git/commitdiff
- fixed ssl patch in <3.0 case
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 25 Oct 2021 18:10:43 +0000 (20:10 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 25 Oct 2021 18:10:43 +0000 (20:10 +0200)
ssl.patch

index cbb8f43dd43ff204621a1820c14bbfdff83b6870..e0b0efec2cf879209ea8b0364d65426a76fd0586 100644 (file)
--- 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) \
This page took 0.069796 seconds and 4 git commands to generate.