@@ -28,7 +28,7 @@ pub enum X509_ATTRIBUTE {}
2828stack ! ( stack_st_X509_ATTRIBUTE) ;
2929
3030cfg_if ! {
31- if #[ cfg( any( ossl110, libressl350 ) ) ] {
31+ if #[ cfg( any( ossl110, libressl ) ) ] {
3232 pub enum X509_REQ_INFO { }
3333 } else {
3434 #[ repr( C ) ]
@@ -43,7 +43,7 @@ cfg_if! {
4343}
4444
4545cfg_if ! {
46- if #[ cfg( any( ossl110, libressl350 ) ) ] {
46+ if #[ cfg( any( ossl110, libressl ) ) ] {
4747 pub enum X509_CRL { }
4848 } else {
4949 #[ repr( C ) ]
@@ -70,7 +70,7 @@ cfg_if! {
7070stack ! ( stack_st_X509_CRL) ;
7171
7272cfg_if ! {
73- if #[ cfg( any( ossl110, libressl350 ) ) ] {
73+ if #[ cfg( any( ossl110, libressl ) ) ] {
7474 pub enum X509_CRL_INFO { }
7575 } else {
7676 #[ repr( C ) ]
@@ -88,7 +88,7 @@ cfg_if! {
8888}
8989
9090cfg_if ! {
91- if #[ cfg( any( ossl110, libressl350 ) ) ] {
91+ if #[ cfg( any( ossl110, libressl ) ) ] {
9292 pub enum X509_REVOKED { }
9393 } else {
9494 #[ repr( C ) ]
@@ -106,7 +106,7 @@ cfg_if! {
106106stack ! ( stack_st_X509_REVOKED) ;
107107
108108cfg_if ! {
109- if #[ cfg( any( ossl110, libressl350 ) ) ] {
109+ if #[ cfg( any( ossl110, libressl ) ) ] {
110110 pub enum X509_REQ { }
111111 } else {
112112 #[ repr( C ) ]
@@ -120,7 +120,7 @@ cfg_if! {
120120}
121121
122122cfg_if ! {
123- if #[ cfg( any( ossl110, libressl350 ) ) ] {
123+ if #[ cfg( any( ossl110, libressl ) ) ] {
124124 pub enum X509_CINF { }
125125 } else {
126126 #[ repr( C ) ]
@@ -205,12 +205,11 @@ extern "C" {
205205
206206const_ptr_api ! {
207207 extern "C" {
208- #[ cfg( any( ossl102, libressl350) ) ]
209208 pub fn X509_ALGOR_get0 (
210- paobj: * mut #[ const_ptr_if( any( ossl110, libressl350 ) ) ] ASN1_OBJECT ,
209+ paobj: * mut #[ const_ptr_if( any( ossl110, libressl ) ) ] ASN1_OBJECT ,
211210 pptype: * mut c_int,
212- ppval: * mut #[ const_ptr_if( any( ossl110, libressl350 ) ) ] c_void,
213- alg: #[ const_ptr_if( any( ossl110, libressl350 ) ) ] X509_ALGOR ,
211+ ppval: * mut #[ const_ptr_if( any( ossl110, libressl ) ) ] c_void,
212+ alg: #[ const_ptr_if( any( ossl110, libressl ) ) ] X509_ALGOR ,
214213 ) ;
215214 }
216215}
@@ -344,7 +343,7 @@ const_ptr_api! {
344343 }
345344}
346345cfg_if ! {
347- if #[ cfg( any( ossl110, libressl350 ) ) ] {
346+ if #[ cfg( any( ossl110, libressl ) ) ] {
348347 extern "C" {
349348 pub fn X509_set1_notBefore ( x: * mut X509 , tm: * const ASN1_TIME ) -> c_int;
350349 pub fn X509_set1_notAfter ( x: * mut X509 , tm: * const ASN1_TIME ) -> c_int;
@@ -357,10 +356,10 @@ cfg_if! {
357356 }
358357}
359358extern "C" {
360- #[ cfg( any( ossl110, libressl350 ) ) ]
359+ #[ cfg( any( ossl110, libressl ) ) ]
361360 pub fn X509_REQ_get_version ( req : * const X509_REQ ) -> c_long ;
362361 pub fn X509_REQ_set_version ( req : * mut X509_REQ , version : c_long ) -> c_int ;
363- #[ cfg( any( ossl110, libressl350 ) ) ]
362+ #[ cfg( any( ossl110, libressl ) ) ]
364363 pub fn X509_REQ_get_subject_name ( req : * const X509_REQ ) -> * mut X509_NAME ;
365364}
366365const_ptr_api ! {
@@ -670,7 +669,7 @@ extern "C" {
670669}
671670
672671cfg_if ! {
673- if #[ cfg( any( ossl110, libressl350 ) ) ] {
672+ if #[ cfg( any( ossl110, libressl ) ) ] {
674673 extern "C" {
675674 pub fn X509_OBJECT_free ( a: * mut X509_OBJECT ) ;
676675 }
0 commit comments