Changed definition of get_my_pub_val function a little
This commit is contained in:
committed by
Andreas Steffen
parent
4002b41b92
commit
4b3d992d08
@@ -101,9 +101,9 @@ struct pts_t {
|
||||
/**
|
||||
* Gets Own Diffie Hellman Public Value
|
||||
*
|
||||
* @return D-H Public Value
|
||||
* @param info chunk to keep own public value
|
||||
*/
|
||||
chunk_t (*get_my_pub_val)(pts_t *this);
|
||||
void (*get_my_pub_val)(pts_t *this, chunk_t *pub_value);
|
||||
|
||||
/**
|
||||
* Sets the public value of partner.
|
||||
|
||||
Reference in New Issue
Block a user