Skip to content

Commit 328a974

Browse files
adamhottlulf
authored andcommitted
Fix - make CertificateVerify public
1 parent 1eaaa13 commit 328a974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/config.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ use crate::cipher_suites::CipherSuite;
22
use crate::extensions::extension_data::signature_algorithms::SignatureScheme;
33
use crate::extensions::extension_data::supported_groups::NamedGroup;
44
use crate::handshake::certificate::CertificateRef;
5-
use crate::handshake::certificate_verify::CertificateVerify;
5+
pub use crate::handshake::certificate_verify::CertificateVerify;
66
use crate::TlsError;
77
use aes_gcm::{AeadInPlace, Aes128Gcm, Aes256Gcm, KeyInit};
88
use core::marker::PhantomData;

0 commit comments

Comments
 (0)