1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-20 16:42:59 +03:00

Remove unused import

Signed-off-by: Joe Subbiani <joe.subbiani@arm.com>
This commit is contained in:
Joe Subbiani
2021-07-31 11:37:25 +01:00
parent a3d991c3d0
commit f2de374fc1

View File

@ -26,7 +26,6 @@ sys.argv[2] should be a string containing one or more ciphersuite names.
"""
import re
import sys
import argparse
def translate_gnutls(m_cipher):