ponylang/net_ssl

Make open ssl 1.1.x the default version

SeanTAllen opened this issue · 1 comments

Currently 0.9.x is the default version but that is a deprecated version. For now, switch to 1.1.x as being the default and eventually we can move towards deprecating 0.9.x

After discussion during sync, instead of providing a default version, we are going to make supplying a version required and if it doesn't match supported version, it will result in a compile time error.