mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-30 17:09:41 -04:00
ssl-opt.sh: Fix getting the list of supported ciphersuites.
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
parent
effdfe7409
commit
34915fac3a
@ -358,7 +358,7 @@ requires_protocol_version() {
|
|||||||
|
|
||||||
# Space-separated list of ciphersuites supported by this build of
|
# Space-separated list of ciphersuites supported by this build of
|
||||||
# Mbed TLS.
|
# Mbed TLS.
|
||||||
P_CIPHERSUITES=" $($P_CLI --help 2>/dev/null |
|
P_CIPHERSUITES=" $($P_CLI help_ciphersuites 2>/dev/null |
|
||||||
grep 'TLS-\|TLS1-3' |
|
grep 'TLS-\|TLS1-3' |
|
||||||
tr -s ' \n' ' ')"
|
tr -s ' \n' ' ')"
|
||||||
requires_ciphersuite_enabled() {
|
requires_ciphersuite_enabled() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user