openssl / perftools

Performance testing tools
Apache License 2.0
4 stars 4 forks source link

sslnew returns exit code 1 #5

Closed quarckster closed 2 months ago

quarckster commented 2 months ago

sslnew always returns exit code 1 despite the correct output in stdout

Steps to reproduce:

  1. Build openssl from openssl-3.0 branch but it should be reproducible with any version
  2. Build perftools
  3. Run LD_LIBRARY_PATH=${HOME}/openssl-3.0 ./sslnew -t 10
  4. Check exit code with echo $?

The exit code is 1

Expected result: the exit code should be 0