1 2 3 4 5 6 7 8 9 10 11
use crate::*; extern crate x509cert; use x509cert::X509Certificate; include!("x509_common.rs"); pub fn x509cert_list() -> &'static [X509Certificate; PEM_LIST_LEN] { __x509_common_impl() }