mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-03 20:22:59 -05:00 
			
		
		
		
	oid_x520_attr_type list is defined only when MBEDTLS_X509_USE_C or MBEDTLS_X509_CREATE_C
This commit is contained in:
		
							parent
							
								
									5730320225
								
							
						
					
					
						commit
						4636fc6b0d
					
				@ -152,6 +152,7 @@ int FN_NAME( ATTR1_TYPE ATTR1, ATTR2_TYPE ATTR2, const char **oid ,         \
 | 
			
		||||
    return( MBEDTLS_ERR_OID_NOT_FOUND );                                   \
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#if defined(MBEDTLS_X509_USE_C) || defined(MBEDTLS_X509_CREATE_C)
 | 
			
		||||
/*
 | 
			
		||||
 * For X520 attribute types
 | 
			
		||||
 */
 | 
			
		||||
@ -247,7 +248,6 @@ static const oid_x520_attr_t oid_x520_attr_type[] =
 | 
			
		||||
FN_OID_TYPED_FROM_ASN1(oid_x520_attr_t, x520_attr, oid_x520_attr_type)
 | 
			
		||||
FN_OID_GET_ATTR1(mbedtls_oid_get_attr_short_name, oid_x520_attr_t, x520_attr, const char *, short_name)
 | 
			
		||||
 | 
			
		||||
#if defined(MBEDTLS_X509_USE_C) || defined(MBEDTLS_X509_CREATE_C)
 | 
			
		||||
/*
 | 
			
		||||
 * For X509 extensions
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user