Update list of OpenSSL versions supported (#890)
Update Requirements for Linux to include OpenSSL 1.1.1. sfackler/rust-openssl supports OpenSSL 1.0.1 through 1.1.1, but its docs are out of date. Closes #889
This commit is contained in:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							94d9b325ec
						
					
				
				
					commit
					1afbf98378
				
			| @@ -67,7 +67,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> { | |||||||
|  |  | ||||||
| On Linux: | On Linux: | ||||||
|  |  | ||||||
| - OpenSSL 1.0.1, 1.0.2, or 1.1.0 with headers (see https://github.com/sfackler/rust-openssl) | - OpenSSL 1.0.1, 1.0.2, 1.1.0, or 1.1.1 with headers (see https://github.com/sfackler/rust-openssl) | ||||||
|  |  | ||||||
| On Windows and macOS: | On Windows and macOS: | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user