Commit 8d3cf268 authored by Steven Fackler's avatar Steven Fackler
Browse files

Revert "unignore test for 3.0.0"

This reverts commit eefdc57e.
parent bd6a1257
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -239,6 +239,7 @@ mod test {
    }

    #[test]
    #[cfg_attr(ossl300, ignore)] // https://github.com/openssl/openssl/issues/11672
    fn create() {
        let subject_name = "ns.example.com";
        let rsa = Rsa::generate(2048).unwrap();