mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-24 20:25:00 +00:00
minor format fix
This commit is contained in:
@@ -112,7 +112,7 @@ pub trait Session: Send + Sized {
|
||||
&self,
|
||||
output: &mut [u8],
|
||||
label: &[u8],
|
||||
context: Option<&[u8]>
|
||||
context: Option<&[u8]>,
|
||||
) -> Result<(), Self::ExportKeyingMaterialError>;
|
||||
}
|
||||
|
||||
|
||||
@@ -225,7 +225,7 @@ impl crypto::Session for TlsSession {
|
||||
&self,
|
||||
output: &mut [u8],
|
||||
label: &[u8],
|
||||
context: Option<&[u8]>
|
||||
context: Option<&[u8]>,
|
||||
) -> Result<(), Self::ExportKeyingMaterialError> {
|
||||
let session: &dyn rustls::Session = match &self.inner {
|
||||
SessionKind::Client(s) => s,
|
||||
|
||||
Reference in New Issue
Block a user