fixed typo
This commit is contained in:
@@ -66,9 +66,9 @@ enum integrity_algorithm_t {
|
||||
AUTH_HMAC_SHA1_128 = 1025,
|
||||
/** SHA256 96 bit truncation variant, supported by Linux kernels */
|
||||
AUTH_HMAC_SHA2_256_96 = 1026,
|
||||
/** SHA256 full length tuncation variant, as used in TLS */
|
||||
/** SHA256 full length truncation variant, as used in TLS */
|
||||
AUTH_HMAC_SHA2_256_256 = 1027,
|
||||
/** SHA384 full length tuncation variant, as used in TLS */
|
||||
/** SHA384 full length truncation variant, as used in TLS */
|
||||
AUTH_HMAC_SHA2_384_384 = 1028,
|
||||
/** draft-kanno-ipsecme-camellia-xcbc, not yet assigned by IANA */
|
||||
AUTH_CAMELLIA_XCBC_96 = 1029,
|
||||
|
||||
Reference in New Issue
Block a user