File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -97,6 +97,8 @@ pub const NID_sect571r1: c_int = 734;
97
97
#[ cfg( ossl110) ]
98
98
pub const NID_brainpoolP256r1 : c_int = 927 ;
99
99
#[ cfg( ossl110) ]
100
+ pub const NID_brainpoolP320r1 : c_int = 929 ;
101
+ #[ cfg( ossl110) ]
100
102
pub const NID_brainpoolP384r1 : c_int = 931 ;
101
103
#[ cfg( ossl110) ]
102
104
pub const NID_brainpoolP512r1 : c_int = 933 ;
Original file line number Diff line number Diff line change @@ -218,6 +218,8 @@ impl Nid {
218
218
#[ cfg( ossl110) ]
219
219
pub const BRAINPOOL_P256R1 : Nid = Nid ( ffi:: NID_brainpoolP256r1 ) ;
220
220
#[ cfg( ossl110) ]
221
+ pub const BRAINPOOL_P320R1 : Nid = Nid ( ffi:: NID_brainpoolP320r1 ) ;
222
+ #[ cfg( ossl110) ]
221
223
pub const BRAINPOOL_P384R1 : Nid = Nid ( ffi:: NID_brainpoolP384r1 ) ;
222
224
#[ cfg( ossl110) ]
223
225
pub const BRAINPOOL_P512R1 : Nid = Nid ( ffi:: NID_brainpoolP512r1 ) ;
You can’t perform that action at this time.
0 commit comments