mirror of
				https://github.com/Mbed-TLS/mbedtls.git
				synced 2025-10-30 10:45:34 +03:00 
			
		
		
		
	fix wrong typo and indent issue
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
		| @@ -67,7 +67,7 @@ def main(): | ||||
|     return generate(**vars(args)) | ||||
|  | ||||
| def generate(**kwargs): | ||||
|     """Generate different slt length certificate file.""" | ||||
|     """Generate different salt length certificate file.""" | ||||
|     ca_password = kwargs.get('ca_password', '') | ||||
|     if ca_password: | ||||
|         kwargs['ca_password'] = r'-passin "pass:{ca_password}"'.format( | ||||
|   | ||||
		Reference in New Issue
	
	Block a user