Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas Mulling <[email protected]>
  • Loading branch information
Mulling committed Dec 26, 2024
1 parent eab4be4 commit 877518b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/tecxc
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# Copyright (C) 2023 Simo Sorce <[email protected]>
# SPDX-License-Identifier: Apache-2.0

# On Fedora/EL completely removed support for explicit EC from libcrypto,
# so skip the test completely
# Some distributions completely removed support for explicit EC from libcrypto.
# If `-Ddisable_explicit_EC_test=true` is set, skip the test.
if [ -n "${DISABLE_EXPLICIT_EC_TEST}" ]; then
exit 0
fi
Expand Down

0 comments on commit 877518b

Please sign in to comment.