Skip to content

Commit 972c7ae

Browse files
authored
Fix visibility of Signer::new_intern
1 parent 61d5a1e commit 972c7ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openssl/src/sign.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ impl<'a> Signer<'a> {
154154
Self::new_intern(None, pkey)
155155
}
156156

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

0 commit comments

Comments
 (0)