mirror of https://github.com/openssl/openssl.git
				
				
				
			Internaly declare the DSA type for no-deprecated builds
Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (cherry picked from commit 7a21a1b5fa2dac438892cf3292d1f9c445d870d9)
This commit is contained in:
		
							parent
							
								
									071e702aec
								
							
						
					
					
						commit
						2ad9928170
					
				|  | @ -20,6 +20,9 @@ typedef struct rsa_meth_st RSA_METHOD; | ||||||
| typedef struct ec_key_st EC_KEY; | typedef struct ec_key_st EC_KEY; | ||||||
| typedef struct ec_key_method_st EC_KEY_METHOD; | typedef struct ec_key_method_st EC_KEY_METHOD; | ||||||
| #  endif | #  endif | ||||||
|  | #  ifndef OPENSSL_NO_DSA | ||||||
|  | typedef struct dsa_st DSA; | ||||||
|  | #  endif | ||||||
| # endif | # endif | ||||||
| 
 | 
 | ||||||
| # ifndef OPENSSL_NO_EC | # ifndef OPENSSL_NO_EC | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue