mirror of https://github.com/openssl/openssl.git
				
				
				
			
		
			
	
	
		
			14 lines
		
	
	
		
			213 B
		
	
	
	
		
			Plaintext
		
	
	
	
		
		
			
		
	
	
			14 lines
		
	
	
		
			213 B
		
	
	
	
		
			Plaintext
		
	
	
	
| 
								 | 
							
								openssl_conf = openssl_init
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								# Comment out the next line to ignore configuration errors
							 | 
						||
| 
								 | 
							
								config_diagnostics = 1
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								[openssl_init]
							 | 
						||
| 
								 | 
							
								providers = provider_sect
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								[provider_sect]
							 | 
						||
| 
								 | 
							
								null = null_sect
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								[null_sect]
							 | 
						||
| 
								 | 
							
								activate = 1
							 |