[tools] master update
tomas at openssl.org
tomas at openssl.org
Thu Sep 2 12:02:59 UTC 2021
The branch master has been updated
via 35717050e0abb88170873e8403c369127fb877b1 (commit)
from ed247a7778c7a043f726f862e9544c963fd22e83 (commit)
- Log -----------------------------------------------------------------
commit 35717050e0abb88170873e8403c369127fb877b1
Author: Pauli <pauli at openssl.org>
Date: Fri Aug 27 14:25:14 2021 +1000
run-checker: remove the fuzzing builds
Not to be merged until after openssl/openssl#16438 is merged and working.
Reviewed-by: Richard Levitte <levitte at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/tools/pull/91)
-----------------------------------------------------------------------
Summary of changes:
run-checker/run-checker.sh | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/run-checker/run-checker.sh b/run-checker/run-checker.sh
index 124259f..b3be342 100755
--- a/run-checker/run-checker.sh
+++ b/run-checker/run-checker.sh
@@ -21,9 +21,7 @@
# hook-takedown - called at the very end
here=$(cd $(dirname $0); pwd)
-opts=( ''
-enable-fuzz-afl enable-fuzz-libfuzzer
-)
+opts=( '' )
run-hook () {
local hookname=$1; shift
More information about the openssl-commits
mailing list