mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-11 08:05:24 -04:00
Pacify pylint
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
e008890afa
commit
3a11771bae
@ -226,9 +226,9 @@ def is_seamless_alt(name):
|
|||||||
an implementation of the relevant functions and an xxx_alt.h header.
|
an implementation of the relevant functions and an xxx_alt.h header.
|
||||||
"""
|
"""
|
||||||
if name in (
|
if name in (
|
||||||
'MBEDTLS_PLATFORM_GMTIME_R_ALT',
|
'MBEDTLS_PLATFORM_GMTIME_R_ALT',
|
||||||
'MBEDTLS_PLATFORM_SETUP_TEARDOWN_ALT',
|
'MBEDTLS_PLATFORM_SETUP_TEARDOWN_ALT',
|
||||||
'MBEDTLS_PLATFORM_ZEROIZE_ALT',
|
'MBEDTLS_PLATFORM_ZEROIZE_ALT',
|
||||||
):
|
):
|
||||||
# Similar to non-platform xxx_ALT, requires platform_alt.h
|
# Similar to non-platform xxx_ALT, requires platform_alt.h
|
||||||
return False
|
return False
|
||||||
|
Loading…
x
Reference in New Issue
Block a user