Commit cc1e5315 authored by Steven Fackler's avatar Steven Fackler
Browse files

Fix panic warning

parent 866d3fa3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -171,7 +171,7 @@ https://github.com/sfackler/rust-openssl#windows
        );
    }

    panic!(msg);
    panic!("{}", msg);
}

/// Attempt to find OpenSSL through pkg-config.