File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 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;
9797#[ cfg( ossl110) ]
9898pub const NID_brainpoolP256r1 : c_int = 927 ;
9999#[ cfg( ossl110) ]
100+ pub const NID_brainpoolP320r1 : c_int = 929 ;
101+ #[ cfg( ossl110) ]
100102pub const NID_brainpoolP384r1 : c_int = 931 ;
101103#[ cfg( ossl110) ]
102104pub const NID_brainpoolP512r1 : c_int = 933 ;
Original file line number Diff line number Diff line change @@ -218,6 +218,8 @@ impl Nid {
218218 #[ cfg( ossl110) ]
219219 pub const BRAINPOOL_P256R1 : Nid = Nid ( ffi:: NID_brainpoolP256r1 ) ;
220220 #[ cfg( ossl110) ]
221+ pub const BRAINPOOL_P320R1 : Nid = Nid ( ffi:: NID_brainpoolP320r1 ) ;
222+ #[ cfg( ossl110) ]
221223 pub const BRAINPOOL_P384R1 : Nid = Nid ( ffi:: NID_brainpoolP384r1 ) ;
222224 #[ cfg( ossl110) ]
223225 pub const BRAINPOOL_P512R1 : Nid = Nid ( ffi:: NID_brainpoolP512r1 ) ;
You can’t perform that action at this time.
0 commit comments