Commit 7bc1b816 authored by Jakub Jelen's avatar Jakub Jelen
Browse files

pkey_ctx: Fix link to the corresponding OpenSSL function



Signed-off-by: default avatarJakub Jelen <jjelen@redhat.com>
parent f672fcc9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -148,7 +148,7 @@ impl<T> PkeyCtx<T> {

impl PkeyCtx<()> {
    /// Creates a new pkey context for the specified algorithm ID.
    #[corresponds(EVP_PKEY_new_id)]
    #[corresponds(EVP_PKEY_CTX_new_id)]
    #[inline]
    pub fn new_id(id: Id) -> Result<Self, ErrorStack> {
        unsafe {