File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]  
44
5+ ## [ v0.10.68]  - 2024-10-16 
6+ 
7+ ### Fixed  
8+ 
9+ *  Fixed building on Rust 1.63.0 (our MSRV) with OpenSSL 3.2 or newer.
10+ 
511## [ v0.10.67]  - 2024-10-15 
612
713### Added  
925931
926932Look at the [ release tags]  for information about older releases.
927933
928- [ Unreleased ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.67...master 
934+ [ Unreleased ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.68...master 
935+ [ v0.10.68 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.67...openssl-v0.10.68 
929936[ v0.10.67 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.66...openssl-v0.10.67 
930937[ v0.10.66 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.65...openssl-v0.10.66 
931938[ v0.10.65 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.64...openssl-v0.10.65 
Original file line number Diff line number Diff line change 11[package ]
22name  = " openssl" 
3- version  = " 0.10.67 " 
3+ version  = " 0.10.68 " 
44authors  = [
" Steven Fackler <[email protected] >" ]
55license  = " Apache-2.0" 
66description  = " OpenSSL bindings" 
Original file line number Diff line number Diff line change @@ -25,10 +25,11 @@ impl Drop for EvpKdfCtx {
2525cfg_if:: cfg_if! { 
2626    if  #[ cfg( all( ossl320,  not( osslconf = "OPENSSL_NO_ARGON2" ) ) ) ]  { 
2727        use  std:: cmp; 
28-         use  std:: ffi:: { c_char ,   c_void} ; 
28+         use  std:: ffi:: c_void; 
2929        use  std:: mem:: MaybeUninit ; 
3030        use  std:: ptr; 
3131        use  foreign_types:: ForeignTypeRef ; 
32+         use  libc:: c_char; 
3233        use  crate :: { cvt,  cvt_p} ; 
3334        use  crate :: lib_ctx:: LibCtxRef ; 
3435        use  crate :: error:: ErrorStack ; 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments