Skip to content

Commit 8ae7610

Browse files
committed
Address comments.
1 parent 2dd3736 commit 8ae7610

File tree

3 files changed

+127
-133
lines changed

3 files changed

+127
-133
lines changed

openssl/src/bio.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ impl MemBio {
6767
}
6868
}
6969

70-
pub fn from_ptr(bio: *mut ffi::BIO) -> MemBio {
70+
pub unsafe fn from_ptr(bio: *mut ffi::BIO) -> MemBio {
7171
MemBio(bio)
7272
}
7373
}

0 commit comments

Comments
 (0)