RT3548: Remove unsupported platforms
This last one for this ticket. Removes WIN16. So long, MS_CALLBACK and MS_FAR. We won't miss you. Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
		@@ -698,13 +698,13 @@ static void list_md(BIO *out)
 | 
			
		||||
	EVP_MD_do_all_sorted(list_md_fn, out);
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
static int MS_CALLBACK function_cmp(const FUNCTION *a, const FUNCTION *b)
 | 
			
		||||
static int function_cmp(const FUNCTION *a, const FUNCTION *b)
 | 
			
		||||
	{
 | 
			
		||||
	return strncmp(a->name,b->name,8);
 | 
			
		||||
	}
 | 
			
		||||
static IMPLEMENT_LHASH_COMP_FN(function, FUNCTION)
 | 
			
		||||
 | 
			
		||||
static unsigned long MS_CALLBACK function_hash(const FUNCTION *a)
 | 
			
		||||
static unsigned long function_hash(const FUNCTION *a)
 | 
			
		||||
	{
 | 
			
		||||
	return lh_strhash(a->name);
 | 
			
		||||
	}	
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user