main.h: corrected typo in comment

This commit is contained in:
Nikos Mavrogiannopoulos
2016-01-25 11:23:10 +01:00
parent c61e5eb47b
commit 0681aa1e3c

View File

@@ -194,7 +194,7 @@ typedef struct main_server_st {
tls_st *creds;
uint8_t cookie_key[COOKIE_KEY_SIZE];
/* when we rotate keys, key the previous one active for verification */
/* when we rotate keys, this is the previous one active for verification */
uint8_t prev_cookie_key[COOKIE_KEY_SIZE];
unsigned prev_cookie_key_active;