Fix algorithm field
This commit is contained in:
parent
68954cfc51
commit
b7400d56e8
|
|
@ -704,10 +704,9 @@ pub struct CipherBits {
|
||||||
pub secret: i32,
|
pub secret: i32,
|
||||||
|
|
||||||
/// The number of bits processed by the chosen algorithm.
|
/// The number of bits processed by the chosen algorithm.
|
||||||
pub algorithm: Option<i32>,
|
pub algorithm: i32,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
pub struct SslCipher<'a> {
|
pub struct SslCipher<'a> {
|
||||||
cipher: *const ffi::SSL_CIPHER,
|
cipher: *const ffi::SSL_CIPHER,
|
||||||
ph: PhantomData<&'a ()>,
|
ph: PhantomData<&'a ()>,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue