From 78f837b0cbd82b3f36df9e32130672e5f12df718 Mon Sep 17 00:00:00 2001 From: Jan Hutter Date: Tue, 29 Nov 2005 06:58:34 +0000 Subject: - diffie hellman code cleaned --- Source/charon/transforms/diffie_hellman.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Source/charon/transforms/diffie_hellman.h') diff --git a/Source/charon/transforms/diffie_hellman.h b/Source/charon/transforms/diffie_hellman.h index c3ca32524..1d568232a 100644 --- a/Source/charon/transforms/diffie_hellman.h +++ b/Source/charon/transforms/diffie_hellman.h @@ -106,11 +106,8 @@ struct diffie_hellman_t { * * @param this calling diffie_hellman_t object * @param[out] public_value public value of caller is stored at this location - * @return - * - SUCCESS, or - * - FAILED if not computed */ - status_t (*get_my_public_value) (diffie_hellman_t *this, chunk_t *public_value); + void (*get_my_public_value) (diffie_hellman_t *this, chunk_t *public_value); /** * @brief Destroys an diffie_hellman_t object. -- cgit v1.2.3