commit | 000fda7e98cf8b0a8c1fb3b480cff0a5a832ca4f | [log] [tgz] |
---|---|---|
author | Paul Kehrer <paul.l.kehrer@gmail.com> | Fri Jul 06 18:04:55 2018 +0530 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Fri Jul 06 08:34:55 2018 -0400 |
tree | 1417f6338a3738de8c285fce283e16169f56a8c3 | |
parent | d6256094b26d4563ec9969f2a301dcf671c0f24d [diff] |
set an OPENSSL_API_COMPAT level (#4313) * set an OPENSSL_API_COMPAT level this helps prevent adding deprecated functions and will let us see what we need to/can prune in the distant future when we support only 1.1.0+ * raise the api compat to 1.0.1 (which doesn't matter but is less confusing)