nickva commented on a change in pull request #5:
URL: https://github.com/apache/couchdb-mochiweb/pull/5#discussion_r640799032



##########
File path: rebar.config
##########
@@ -2,6 +2,8 @@
 {erl_opts, [debug_info,
             {platform_define, "^R15", 'gen_tcp_r15b_workaround'},
             {platform_define, "^(R14|R15|R16B-)", 'crypto_compatibility'},
+            {platform_define, "^(17|18|19|20|21)", new_crypto_unavailable},

Review comment:
       Notice that we're declaring that new_crypto_unavailable is true for 14, 
15, 16 here! So that means it will try to use the new functions on the really 
old libraries




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to