mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-08-29 22:39:56 +00:00
Fix spurious * in regex
`grep mbedtls_des*` would pick up e.g. mbedtls_derive_xxx. Signed-off-by: Gilles Peskine <[email protected]>
This commit is contained in:
@@ -2322,7 +2322,7 @@ component_test_psa_crypto_config_accel_des () {
|
||||
helper_libtestdriver1_make_main "$loc_accel_list"
|
||||
|
||||
# Make sure this was not re-enabled by accident (additive config)
|
||||
not grep mbedtls_des* library/des.o
|
||||
not grep mbedtls_des library/des.o
|
||||
|
||||
# Run the tests
|
||||
# -------------
|
||||
|
||||
Reference in New Issue
Block a user