Skip to content

Commit 4a07f3f

Browse files
committed
Fix reference to AsymmetricAlgorithmSelection
Signed-off-by: Wiktor Kwapisiewicz <[email protected]>
1 parent eb47543 commit 4a07f3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tss-esapi/src/interface_types/algorithm.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,8 @@ impl TryFrom<TPMI_ALG_SYM_MODE> for SymmetricMode {
292292
/// Enum representing the asymmetric algorithm interface type.
293293
///
294294
/// # Details
295-
/// Use [AsymmetricAlgorithmSelection] instead where possible.
296-
/// This corresponds to TPMI_ALG_ASYM.
295+
/// Use [crate::abstraction::AsymmetricAlgorithmSelection] instead where possible.
296+
/// This corresponds to `TPMI_ALG_ASYM`.
297297
#[derive(Copy, Clone, Debug, PartialEq, Eq, Hash)]
298298
pub enum AsymmetricAlgorithm {
299299
Rsa,

0 commit comments

Comments
 (0)