[openssl-users] What to do with deprecation errors
Skip Carter
skip at taygeta.com
Sun Oct 21 19:01:51 UTC 2018
Thats what I originally thought.
I experimented with manually invoking the pre-compiler (cpp) and this
is what I get:
DEPRECATEDIN_1_2_0(int EC_GROUP_get_curve_GF2m(const EC_GROUP *group,
BIGNUM *p,
BIGNUM *a, BIGNUM *b,
BN_CTX *ctx))
the macro is not firing, shouldn't I get:
extern int EC_GROUP_get_curve_GF2m(const EC_GROUP *group,
BIGNUM *p,
BIGNUM *a, BIGNUM *b,
BN_CTX *ctx);
On Sun, 2018-10-21 at 18:28 +0000, Salz, Rich via openssl-users wrote:
> > And I still have the problem with those macros.
>
>
> The problem is almost definitely this: the files that you are
> compiling (not openssl) are picking up the wrong header files from
> openssl.
>
--
Skip Carter
Taygeta Scientific Inc.
More information about the openssl-users
mailing list