| OLD | NEW |
| 1 /* Copyright (c) 2015 The Chromium Authors. All rights reserved. | 1 /* Copyright (c) 2015 The Chromium Authors. All rights reserved. |
| 2 * Use of this source code is governed by a BSD-style license that can be | 2 * Use of this source code is governed by a BSD-style license that can be |
| 3 * found in the LICENSE file. | 3 * found in the LICENSE file. |
| 4 */ | 4 */ |
| 5 | 5 |
| 6 /* This file contains common certificates. It's designed to be #included in | 6 /* This file contains common certificates. It's designed to be #included in |
| 7 * another file, in a namespace. */ | 7 * another file, in a namespace. */ |
| 8 | 8 |
| 9 #include "net/quic/crypto/common_cert_set_2a.inc" | 9 #include "net/quic/crypto/common_cert_set_2a.inc" |
| 10 #include "net/quic/crypto/common_cert_set_2b.inc" | 10 #include "net/quic/crypto/common_cert_set_2b.inc" |
| (...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 117 1509, | 117 1509, |
| 118 1520, | 118 1520, |
| 119 1570, | 119 1570, |
| 120 1581, | 120 1581, |
| 121 1592, | 121 1592, |
| 122 1628, | 122 1628, |
| 123 1632, | 123 1632, |
| 124 1770, | 124 1770, |
| 125 }; | 125 }; |
| 126 | 126 |
| 127 static const uint64 kHash = UINT64_C(0xe81a92926081e801); | 127 static const uint64_t kHash = UINT64_C(0xe81a92926081e801); |
| OLD | NEW |