Run go fmt on bogo code.
Change-Id: I15363a9c9ebb4e08bd9cf45ba2c95368766bb19b Reviewed-on: https://boringssl-review.googlesource.com/13240 Reviewed-by: David Benjamin <davidben@google.com>
This commit is contained in:
parent
1da9c67a99
commit
44c1a65760
@ -509,7 +509,7 @@ const (
|
||||
|
||||
// Additional cipher suite IDs, not IANA-assigned.
|
||||
const (
|
||||
TLS_AES_128_GCM_SHA256 uint16 = 0x1301
|
||||
TLS_AES_256_GCM_SHA384 uint16 = 0x1302
|
||||
TLS_CHACHA20_POLY1305_SHA256 uint16 = 0x1303
|
||||
TLS_AES_128_GCM_SHA256 uint16 = 0x1301
|
||||
TLS_AES_256_GCM_SHA384 uint16 = 0x1302
|
||||
TLS_CHACHA20_POLY1305_SHA256 uint16 = 0x1303
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user