mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-04 04:32:24 -05:00 
			
		
		
		
	Fix typo
Signed-off-by: Mateusz Starzyk <mateusz.starzyk@mobica.com>
This commit is contained in:
		
							parent
							
								
									cbefb6ba4d
								
							
						
					
					
						commit
						e40ae6bbed
					
				@ -86,7 +86,7 @@ typedef struct mbedtls_ccm_context
 | 
				
			|||||||
    size_t MBEDTLS_PRIVATE(tag_len);         /*!< Total tag length */
 | 
					    size_t MBEDTLS_PRIVATE(tag_len);         /*!< Total tag length */
 | 
				
			||||||
    size_t MBEDTLS_PRIVATE(processed);       /*!< Track how many bytes of input data
 | 
					    size_t MBEDTLS_PRIVATE(processed);       /*!< Track how many bytes of input data
 | 
				
			||||||
                                                  were processed (chunked input).
 | 
					                                                  were processed (chunked input).
 | 
				
			||||||
                                                  Used indepenedantly for both auth data
 | 
					                                                  Used independently for both auth data
 | 
				
			||||||
                                                  and plaintext/ciphertext.
 | 
					                                                  and plaintext/ciphertext.
 | 
				
			||||||
                                                  This variable is set to zero after
 | 
					                                                  This variable is set to zero after
 | 
				
			||||||
                                                  auth data input is finished. */
 | 
					                                                  auth data input is finished. */
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user