diff options
author | Martin Willi <martin@strongswan.org> | 2005-12-07 07:27:28 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2005-12-07 07:27:28 +0000 |
commit | 79b8aa19851524b98d046f74a7338fea7f0aba69 (patch) | |
tree | 645ccad9e386ec1d21871ea6c16ca3a4077ef883 /Source/charon/sa/ike_sa.c | |
parent | dab28cedbd5f9e3e920d8aa60b2a455f812d205c (diff) | |
download | strongswan-79b8aa19851524b98d046f74a7338fea7f0aba69.tar.bz2 strongswan-79b8aa19851524b98d046f74a7338fea7f0aba69.tar.xz |
- fixed gmp initialization bugs
- fixed spi check bug in ike_sa_init_requested
Diffstat (limited to 'Source/charon/sa/ike_sa.c')
-rw-r--r-- | Source/charon/sa/ike_sa.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/charon/sa/ike_sa.c b/Source/charon/sa/ike_sa.c index 113c0e94b..12ae0cc24 100644 --- a/Source/charon/sa/ike_sa.c +++ b/Source/charon/sa/ike_sa.c @@ -398,11 +398,6 @@ static void compute_secrets(private_ike_sa_t *this,chunk_t dh_shared_secret,chun chunk_t prf_plus_seed; prf_plus_t *prf_plus; - - /** - * TODO check length fo specific prfs - */ - /* first is initiator */ memcpy(concatenated_nonces.ptr,initiator_nonce.ptr,initiator_nonce.len); /* second is responder */ |