Fix visibility of Signer::new_intern
This commit is contained in:
parent
61d5a1e38d
commit
972c7ae11a
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue