mirror of https://github.com/openssl/openssl.git
				
				
				
			Don't include comp.h if no-comp set.
This commit is contained in:
		
							parent
							
								
									366b60b9da
								
							
						
					
					
						commit
						15481c5e42
					
				| 
						 | 
				
			
			@ -64,7 +64,9 @@
 | 
			
		|||
#endif
 | 
			
		||||
#include <openssl/buffer.h>
 | 
			
		||||
#include <openssl/bio.h>
 | 
			
		||||
#ifndef OPENSSL_NO_COMP
 | 
			
		||||
#include <openssl/comp.h>
 | 
			
		||||
#endif
 | 
			
		||||
#ifndef OPENSSL_NO_RSA
 | 
			
		||||
#include <openssl/rsa.h>
 | 
			
		||||
#endif
 | 
			
		||||
| 
						 | 
				
			
			@ -105,7 +107,6 @@
 | 
			
		|||
#ifndef OPENSSL_NO_JPAKE
 | 
			
		||||
#include <openssl/jpake.h>
 | 
			
		||||
#endif
 | 
			
		||||
#include <openssl/comp.h>
 | 
			
		||||
 | 
			
		||||
void ERR_load_crypto_strings(void)
 | 
			
		||||
	{
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue