diff options
Diffstat (limited to 'src/charon/network/receiver.h')
-rw-r--r-- | src/charon/network/receiver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charon/network/receiver.h b/src/charon/network/receiver.h index d4187cc66..690d8dbab 100644 --- a/src/charon/network/receiver.h +++ b/src/charon/network/receiver.h @@ -41,7 +41,7 @@ typedef struct receiver_t receiver_t; * find out wich key was used for cookie creation. Further, we can set a * lifetime for the cookie, which allows us to reuse the secret for a longer * time. - * COOKIE = time | sha1( IPi | SPIi | time | secret ) + * COOKIE = time | sha1( IPi | SPIi | time | secret ) * * The secret is changed after a certain amount of cookies sent. The old * secret is stored to allow a clean migration between secret changes. |