Skip to content

Commit

Permalink
Fix copy-paste errors in doc links
Browse files Browse the repository at this point in the history
  • Loading branch information
divergentdave committed Apr 8, 2024
1 parent fc13151 commit 0cb0900
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rustls-cert-gen/src/cert.rs
Original file line number Diff line number Diff line change
Expand Up @@ -227,11 +227,11 @@ pub enum KeyPairAlgorithm {
EcdsaP256,
/// ECDSA with the P-384 curve
///
/// See [`PKCS_ECDSA_P384_SHA256`](rcgen::PKCS_ECDSA_P384_SHA256).
/// See [`PKCS_ECDSA_P384_SHA256`](rcgen::PKCS_ECDSA_P384_SHA384).
EcdsaP384,
/// ECDSA with the P-521 curve
///
/// See [`PKCS_ECDSA_P521_SHA256`](rcgen::PKCS_ECDSA_P521_SHA256).
/// See [`PKCS_ECDSA_P521_SHA256`](rcgen::PKCS_ECDSA_P521_SHA512).
#[cfg(feature = "aws_lc_rs")]
EcdsaP521,
}
Expand Down

0 comments on commit 0cb0900

Please sign in to comment.