Skip to content

Commit

Permalink
tlsfuzzer.sh: Run openssl version on the built app and not system one
Browse files Browse the repository at this point in the history
Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
(Merged from #23342)

(cherry picked from commit 150b3b1)
  • Loading branch information
t8m committed Jan 23, 2024
1 parent 9d46ae9 commit fcd4466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/recipes/95-test_external_tlsfuzzer_data/tlsfuzzer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export LD_LIBRARY_PATH="$O_LIB:$LD_LIBRARY_PATH"
export OPENSSL_ROOT_DIR="$O_LIB"

# Check/Set openssl version
OPENSSL_VERSION=`openssl version | cut -f 2 -d ' '`
OPENSSL_VERSION=$(${O_EXE}/openssl version | cut -f 2 -d ' ')

CLI="${O_EXE}/openssl"
SERV="${O_EXE}/openssl"
Expand Down

0 comments on commit fcd4466

Please sign in to comment.