- diffie hellman code cleaned

This commit is contained in:
Jan Hutter
2005-11-29 06:58:34 +00:00
parent d048df5cab
commit 78f837b0cb
2 changed files with 47 additions and 59 deletions
+1 -4
View File
@@ -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.