Skip to content

Commit 0564440

Browse files
committed
Rebase on master
2 parents 0b0be9b + 328a974 commit 0564440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use crate::cipher_suites::CipherSuite;
44
use crate::extensions::extension_data::signature_algorithms::SignatureScheme;
55
use crate::extensions::extension_data::supported_groups::NamedGroup;
66
use crate::handshake::certificate::CertificateRef;
7-
use crate::handshake::certificate_verify::CertificateVerifyRef;
7+
pub use crate::handshake::certificate_verify::CertificateVerifyRef;
88
use crate::TlsError;
99
use aes_gcm::{AeadInPlace, Aes128Gcm, Aes256Gcm, KeyInit};
1010
use digest::core_api::BlockSizeUser;

0 commit comments

Comments
 (0)