From 9dd84053419aa220b5e66a5f9fcf809dbd6d9369 Mon Sep 17 00:00:00 2001 From: Nils Larsch Date: Mon, 16 May 2005 10:11:04 +0000 Subject: ecc api cleanup; summary: - hide the EC_KEY structure definition in ec_lcl.c + add some functions to use/access the EC_KEY fields - change the way how method specific data (ecdsa/ecdh) is attached to a EC_KEY - add ECDSA_sign_ex and ECDSA_do_sign_ex functions with additional parameters for pre-computed values - rebuild libeay.num from 0.9.7 --- crypto/pem/pem_info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/pem') diff --git a/crypto/pem/pem_info.c b/crypto/pem/pem_info.c index c8980bb56f..489e71a892 100644 --- a/crypto/pem/pem_info.c +++ b/crypto/pem/pem_info.c @@ -225,7 +225,7 @@ start: if ((xi->x_pkey->dec_pkey=EVP_PKEY_new()) == NULL) goto err; xi->x_pkey->dec_pkey->type=EVP_PKEY_EC; - pp=&(xi->x_pkey->dec_pkey->pkey.eckey); + pp=&(xi->x_pkey->dec_pkey->pkey.ec); if ((int)strlen(header) > 10) /* assume encrypted */ raw=1; } -- cgit v1.2.3