mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-04 04:32:24 -05:00 
			
		
		
		
	Remove Doxygen tags from documentation of private structure
This commit is contained in:
		
							parent
							
								
									beffcd8d4a
								
							
						
					
					
						commit
						ee334a3a5c
					
				@ -38,12 +38,12 @@
 | 
			
		||||
typedef struct {
 | 
			
		||||
   const char *name; /* String representation of AttributeType, e.g.
 | 
			
		||||
                      * "CN" or "emailAddress". */
 | 
			
		||||
   size_t name_len;  /* Length of \c name, without trailing \c 0 byte. */
 | 
			
		||||
   size_t name_len;  /* Length of 'name', without trailing 0 byte. */
 | 
			
		||||
   const char *oid;  /* String representation of OID of AttributeType,
 | 
			
		||||
                      * as per RFC 5280, Appendix A.1. */
 | 
			
		||||
   int default_tag;  /* The default character encoding used for the
 | 
			
		||||
                      * given attribute type, e.g.
 | 
			
		||||
                      * #MBEDTLS_ASN1_UTF8_STRING for UTF-8. */
 | 
			
		||||
                      * MBEDTLS_ASN1_UTF8_STRING for UTF-8. */
 | 
			
		||||
} x509_attr_descriptor_t;
 | 
			
		||||
 | 
			
		||||
#define ADD_STRLEN( s )     s, sizeof( s ) - 1
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user