mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-04 04:32:24 -05:00 
			
		
		
		
	Deprecate direct manipulation of structure fields in RSA context
This commit is contained in:
		
							parent
							
								
									ba1ba11a98
								
							
						
					
					
						commit
						5063cd2cca
					
				@ -238,6 +238,12 @@ int mbedtls_rsa_validate_crt( const mbedtls_mpi *P,  const mbedtls_mpi *Q,
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * \brief   RSA context structure
 | 
					 * \brief   RSA context structure
 | 
				
			||||||
 | 
					 *
 | 
				
			||||||
 | 
					 * \note    Direct manipulation of the members of this structure
 | 
				
			||||||
 | 
					 *          is deprecated and will no longer be supported starting
 | 
				
			||||||
 | 
					 *          from the next major release. All manipulation should instead
 | 
				
			||||||
 | 
					 *          be done through the public interface functions.
 | 
				
			||||||
 | 
					 *
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
typedef struct
 | 
					typedef struct
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user