mirror of
https://github.com/espressif/mbedtls.git
synced 2025-05-10 03:39:03 +08:00
Remove redundant sentence
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
6140d2efcc
commit
4b9f7a28c9
@ -1,6 +1,5 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
"""
|
"""This script compares the interfaces of two versions of Mbed TLS, looking
|
||||||
This script compares the interfaces of two versions of Mbed TLS, looking
|
|
||||||
for backward incompatibilities between two different Git revisions within
|
for backward incompatibilities between two different Git revisions within
|
||||||
an Mbed TLS repository. It must be run from the root of a Git working tree.
|
an Mbed TLS repository. It must be run from the root of a Git working tree.
|
||||||
|
|
||||||
@ -20,7 +19,6 @@ at a configurable location, or are given as a brief list of problems.
|
|||||||
Returns 0 on success, 1 on non-compliance, and 2 if there is an error
|
Returns 0 on success, 1 on non-compliance, and 2 if there is an error
|
||||||
while running the script.
|
while running the script.
|
||||||
|
|
||||||
You must run this test from an Mbed TLS root.
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# Copyright The Mbed TLS Contributors
|
# Copyright The Mbed TLS Contributors
|
||||||
|
Loading…
x
Reference in New Issue
Block a user