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> {