Skip to content

Commit 9c51e1a

Browse files
Feedback: Fix build.
1 parent 69794ff commit 9c51e1a

File tree

1 file changed

+5
-7
lines changed
  • libwebauthn/src/ops/webauthn

1 file changed

+5
-7
lines changed

libwebauthn/src/ops/webauthn/mod.rs

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,12 @@ mod timeout;
77
use super::u2f::{RegisterRequest, SignRequest};
88
use crate::webauthn::CtapError;
99
pub use get_assertion::{
10-
Assertion, Ctap2HMACGetSecretOutput, GetAssertionLargeBlobExtension,
11-
GetAssertionLargeBlobExtensionOutput, GetAssertionPrfOutput, GetAssertionRequest,
12-
GetAssertionRequestExtensions, GetAssertionResponse, GetAssertionResponseExtensions,
13-
GetAssertionResponseUnsignedExtensions, HMACGetSecretInput, HMACGetSecretOutput, PRFValue,
14-
PrfInput,
10+
Assertion, Ctap2HMACGetSecretOutput, GetAssertionHmacOrPrfInput,
11+
GetAssertionLargeBlobExtension, GetAssertionLargeBlobExtensionOutput, GetAssertionPrfOutput,
12+
GetAssertionRequest, GetAssertionRequestExtensions, GetAssertionResponse,
13+
GetAssertionResponseExtensions, GetAssertionResponseUnsignedExtensions, HMACGetSecretInput,
14+
HMACGetSecretOutput, PRFValue, PrfInput,
1515
};
16-
// Internal re-export for CTAP layer
17-
pub(crate) use get_assertion::GetAssertionHmacOrPrfInput;
1816
pub use idl::{rpid::RelyingPartyId, Base64UrlString, WebAuthnIDL};
1917
pub use make_credential::{
2018
CredentialPropsExtension, CredentialProtectionExtension, CredentialProtectionPolicy,

0 commit comments

Comments
 (0)