Unverified Commit 972c7ae1 authored by Steven Fackler's avatar Steven Fackler Committed by GitHub
Browse files

Fix visibility of Signer::new_intern

parent 61d5a1e3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -154,7 +154,7 @@ impl<'a> Signer<'a> {
        Self::new_intern(None, pkey)
    }

    pub fn new_intern<T>(
    fn new_intern<T>(
        type_: Option<MessageDigest>,
        pkey: &'a PKeyRef<T>,
    ) -> Result<Signer<'a>, ErrorStack>