Commit 37966b32 authored by Paul Kehrer's avatar Paul Kehrer
Browse files

fix test target configs, add debug derive

parent 38a54607
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@ impl PointConversionForm {
/// Named Curve or Explicit
///
/// This type acts as a boolean as to whether the `EcGroup` is named or explicit.
#[derive(Copy, Clone, PartialEq)]
#[derive(Copy, Clone, Debug, PartialEq)]
pub struct Asn1Flag(c_int);

impl Asn1Flag {
@@ -1273,7 +1273,7 @@ mod test {
    }

    #[test]
    #[cfg(not(any(ossl102, ossl101)))]
    #[cfg(any(boringssl, ossl111, libressl350))]
    fn asn1_flag() {
        let mut group = EcGroup::from_curve_name(Nid::X9_62_PRIME256V1).unwrap();
        let flag = group.asn1_flag();