Unverified Commit 9ddc3a17 authored by Steven Fackler's avatar Steven Fackler
Browse files

More fixes for 1.0.1

parent c62ace78
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -337,7 +337,7 @@ impl MdCtxRef {
        unsafe {
            let r = cvt(ffi::EVP_DigestVerifyFinal(
                self.as_ptr(),
                signature.as_ptr(),
                signature.as_ptr() as *mut _,
                signature.len(),
            ))?;
            Ok(r == 1)