reduced cookie size by only writing down the ipv4 seed.

This commit is contained in:
Nikos Mavrogiannopoulos
2013-12-11 10:13:59 +01:00
parent cb5092e820
commit dee376e8b1
5 changed files with 2 additions and 6 deletions

View File

@@ -101,7 +101,6 @@ struct proc_st {
*/
uint8_t seeds_are_set; /* non zero if the following two elements are set */
uint8_t ipv4_seed[4];
uint8_t ipv6_seed[16];
void * auth_ctx; /* the context of authentication */
unsigned auth_status; /* PS_AUTH_ */