PR: 2433
Submitted by: Chris Wilson <chris@qwirx.com> Reviewed by: steve Constify ASN1_STRING_set_default_mask_asc().
This commit is contained in:
		@@ -96,7 +96,7 @@ unsigned long ASN1_STRING_get_default_mask(void)
 | 
			
		||||
 * default:   the default value, Printable, T61, BMP.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
int ASN1_STRING_set_default_mask_asc(char *p)
 | 
			
		||||
int ASN1_STRING_set_default_mask_asc(const char *p)
 | 
			
		||||
{
 | 
			
		||||
	unsigned long mask;
 | 
			
		||||
	char *end;
 | 
			
		||||
 
 | 
			
		||||
@@ -1051,7 +1051,7 @@ ASN1_STRING *ASN1_pack_string(void *obj, i2d_of_void *i2d,
 | 
			
		||||
ASN1_STRING *ASN1_item_pack(void *obj, const ASN1_ITEM *it, ASN1_OCTET_STRING **oct);
 | 
			
		||||
 | 
			
		||||
void ASN1_STRING_set_default_mask(unsigned long mask);
 | 
			
		||||
int ASN1_STRING_set_default_mask_asc(char *p);
 | 
			
		||||
int ASN1_STRING_set_default_mask_asc(const char *p);
 | 
			
		||||
unsigned long ASN1_STRING_get_default_mask(void);
 | 
			
		||||
int ASN1_mbstring_copy(ASN1_STRING **out, const unsigned char *in, int len,
 | 
			
		||||
					int inform, unsigned long mask);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user