diff options
author | Billy Brumley <bbrumley@gmail.com> | 2020-05-27 12:30:04 +0200 |
---|---|---|
committer | Nicola Tuveri <nic.tuv@gmail.com> | 2020-06-02 10:17:24 +0200 |
commit | 23ccae80bd58adfe89e3e345414684eb82bdb531 (patch) | |
tree | e2220609ac08ecdf947a5ab7aef0a71e9f452300 /crypto/ec/ecp_s390x_nistp.c | |
parent | APPS: Remove make_config_name, use CONF_get1_default_config_file instead (diff) | |
download | openssl-23ccae80bd58adfe89e3e345414684eb82bdb531.tar.xz openssl-23ccae80bd58adfe89e3e345414684eb82bdb531.zip |
Move EC_METHOD to internal-only
Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com>
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/11928)
Diffstat (limited to 'crypto/ec/ecp_s390x_nistp.c')
-rw-r--r-- | crypto/ec/ecp_s390x_nistp.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/crypto/ec/ecp_s390x_nistp.c b/crypto/ec/ecp_s390x_nistp.c index 75c8475e69..edbad15cdd 100644 --- a/crypto/ec/ecp_s390x_nistp.c +++ b/crypto/ec/ecp_s390x_nistp.c @@ -7,6 +7,12 @@ * https://www.openssl.org/source/license.html */ +/* + * EC_METHOD low level APIs are deprecated for public use, but still ok for + * internal use. + */ +#include "internal/deprecated.h" + #include <stdlib.h> #include <string.h> #include <openssl/err.h> |