Skip to content

Commit

Permalink
fix etype constant
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmturner committed Nov 6, 2018
1 parent 104a640 commit 5fd8113
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iana/etypeID/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ var ETypesByName = map[string]int32{
"aes128-cts": AES128_CTS_HMAC_SHA1_96,
"aes128-sha1": AES128_CTS_HMAC_SHA1_96,
"aes256-cts-hmac-sha1-96": AES256_CTS_HMAC_SHA1_96,
"aes256-cts": AES128_CTS_HMAC_SHA1_96,
"aes256-sha1": AES128_CTS_HMAC_SHA1_96,
"aes256-cts": AES256_CTS_HMAC_SHA1_96,
"aes256-sha1": AES256_CTS_HMAC_SHA1_96,
"aes128-cts-hmac-sha256-128": AES128_CTS_HMAC_SHA256_128,
"aes128-sha2": AES128_CTS_HMAC_SHA256_128,
"aes256-cts-hmac-sha384-192": AES256_CTS_HMAC_SHA384_192,
Expand Down

0 comments on commit 5fd8113

Please sign in to comment.