From 3ccfff42a9a0e8e57f5eeb1db23ff4464aa7e404 Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Wed, 28 Sep 2022 20:37:02 +0200 Subject: [PATCH] Doc syntax --- openpgp-card/src/openpgp.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpgp-card/src/openpgp.rs b/openpgp-card/src/openpgp.rs index 58a9a70..7213425 100644 --- a/openpgp-card/src/openpgp.rs +++ b/openpgp-card/src/openpgp.rs @@ -149,7 +149,7 @@ impl<'a> OpenPgpTransaction<'a> { /// authentication, where specific non-OpenPGP-certificates are needed, for S-MIME and /// other x.509 related functions. /// - /// (See https://support.nitrokey.com/t/nitrokey-pro-and-pkcs-11-support-on-linux/160/4 + /// (See /// for some discussion of the `cardholder certificate` OpenPGP card feature) #[allow(dead_code)] pub fn cardholder_certificate(&mut self) -> Result, Error> {