wolfSSL / wolfssl

The wolfSSL library is a small, fast, portable implementation of TLS/SSL for embedded devices to the cloud. wolfSSL supports up to TLS 1.3 and DTLS 1.3!
https://www.wolfssl.com
GNU General Public License v2.0
2.36k stars 834 forks source link

remove trailing exit code #8189

Closed gojimmypi closed 6 days ago

gojimmypi commented 1 week ago

Description

Removes trailing exit error code 1 value as noted in https://github.com/wolfSSL/wolfssl/pull/8062

There's no known reason to always exit with a non-zero error during setup.

@syncom sorry for delay on this; good observation & suggestion for change.

Fixes zd# n/a

Testing

How did you test?

not tested.

Checklist