diff options
Diffstat (limited to 'include/net/sctp/structs.h')
-rw-r--r-- | include/net/sctp/structs.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/net/sctp/structs.h b/include/net/sctp/structs.h index fdeb85a970fc..0e0f9d2322e3 100644 --- a/include/net/sctp/structs.h +++ b/include/net/sctp/structs.h | |||
@@ -1236,10 +1236,7 @@ struct sctp_endpoint { | |||
1236 | * Discussion in [RFC1750] can be helpful in | 1236 | * Discussion in [RFC1750] can be helpful in |
1237 | * selection of the key. | 1237 | * selection of the key. |
1238 | */ | 1238 | */ |
1239 | __u8 secret_key[SCTP_HOW_MANY_SECRETS][SCTP_SECRET_SIZE]; | 1239 | __u8 secret_key[SCTP_SECRET_SIZE]; |
1240 | int current_key; | ||
1241 | int last_key; | ||
1242 | int key_changed_at; | ||
1243 | 1240 | ||
1244 | /* digest: This is a digest of the sctp cookie. This field is | 1241 | /* digest: This is a digest of the sctp cookie. This field is |
1245 | * only used on the receive path when we try to validate | 1242 | * only used on the receive path when we try to validate |