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/ecdh/ecdh.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'crypto/ecdh/ecdh.h') diff --git a/crypto/ecdh/ecdh.h b/crypto/ecdh/ecdh.h index 98b8bb253c..b4b58ee65b 100644 --- a/crypto/ecdh/ecdh.h +++ b/crypto/ecdh/ecdh.h @@ -85,13 +85,6 @@ extern "C" { #endif -typedef struct ecdh_data_st ECDH_DATA; - -/* ECDH_DATA functions */ -ECDH_DATA *ECDH_DATA_new(void); -ECDH_DATA *ECDH_DATA_new_method(ENGINE *); -void ECDH_DATA_free(ECDH_DATA *); - const ECDH_METHOD *ECDH_OpenSSL(void); void ECDH_set_default_method(const ECDH_METHOD *); -- cgit v1.2.3