We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2704eb9 commit 48211faCopy full SHA for 48211fa
tests/integration.rs
@@ -25,8 +25,7 @@ use common::ALL_SIGALGS;
25
/* Checks we can verify netflix's cert chain. This is notable
26
* because they're rooted at a Verisign v1 root. */
27
#[test]
28
-pub fn netflix()
29
-{
+pub fn netflix() {
30
let ee = include_bytes!("netflix/ee.der");
31
let inter = include_bytes!("netflix/inter.der");
32
let ca = include_bytes!("netflix/ca.der");
0 commit comments