diff options
| author | Valerii Hiora <[email protected]> | 2014-10-08 09:06:16 +0300 |
|---|---|---|
| committer | Valerii Hiora <[email protected]> | 2014-10-08 09:06:16 +0300 |
| commit | 6f399239d8cddf12b169679c340f0f24d70a794b (patch) | |
| tree | 27869a1d117933f2ed1e866179b08851561d008f /src/bio | |
| parent | Merge pull request #72 from sfackler/revert-66-fix-failing-test (diff) | |
| download | rust-openssl-6f399239d8cddf12b169679c340f0f24d70a794b.tar.xz rust-openssl-6f399239d8cddf12b169679c340f0f24d70a794b.zip | |
Minor doc fixes and feature mentions
Diffstat (limited to 'src/bio')
| -rw-r--r-- | src/bio/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bio/mod.rs b/src/bio/mod.rs index a6dc9dc2..2ae66516 100644 --- a/src/bio/mod.rs +++ b/src/bio/mod.rs @@ -43,7 +43,7 @@ impl MemBio { /// Consumes current bio and returns wrapped value /// Note that data ownership is lost and - /// should be handled manually + /// should be managed manually pub unsafe fn unwrap(mut self) -> *mut ffi::BIO { self.owned = false; self.bio |