Merge branch 'firmware_protection' into env_console
This commit is contained in:
@@ -52,7 +52,7 @@ pub mod env;
|
||||
/// CTAP implementation parameterized by its environment.
|
||||
pub struct Ctap<E: Env> {
|
||||
env: E,
|
||||
state: CtapState<E>,
|
||||
state: CtapState,
|
||||
hid: CtapHid,
|
||||
}
|
||||
|
||||
@@ -66,7 +66,7 @@ impl<E: Env> Ctap<E> {
|
||||
Ctap { env, state, hid }
|
||||
}
|
||||
|
||||
pub fn state(&mut self) -> &mut CtapState<E> {
|
||||
pub fn state(&mut self) -> &mut CtapState {
|
||||
&mut self.state
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user