Skip to content

Commit

Permalink
more config
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Theil <[email protected]>
  • Loading branch information
thillux committed Oct 12, 2023
1 parent dc29bd1 commit 5caa0cd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions openssl-sys/src/x509_sbgp.rs
Original file line number Diff line number Diff line change
@@ -1,18 +1,30 @@
#[cfg(ossl110)]
use libc::*;

#[cfg(ossl110)]
use super::*;

#[cfg(ossl110)]
pub const ASIdOrRange_id: c_int = 0;
#[cfg(ossl110)]
pub const ASIdOrRange_range: c_int = 1;

#[cfg(ossl110)]
pub const ASIdentifierChoice_inherit: c_int = 0;
#[cfg(ossl110)]
pub const ASIdentifierChoice_asIdsOrRanges: c_int = 1;

#[cfg(ossl110)]
pub const IPAddressOrRange_addressPrefix: c_int = 0;
#[cfg(ossl110)]
pub const IPAddressOrRange_addressRange: c_int = 1;

#[cfg(ossl110)]
pub const IPAddressChoice_inherit: c_int = 0;
#[cfg(ossl110)]
pub const IPAddressChoice_addressesOrRanges: c_int = 1;

#[cfg(ossl110)]
pub const IANA_AFI_IPV4: c_int = 1;
#[cfg(ossl110)]
pub const IANA_AFI_IPV6: c_int = 2;

0 comments on commit 5caa0cd

Please sign in to comment.