diff options
author | jsing <> | 2014-06-01 05:12:50 +0000 |
---|---|---|
committer | jsing <> | 2014-06-01 05:12:50 +0000 |
commit | e356b447e74b757810a71e2bf8e431b22fd6e328 (patch) | |
tree | f05656897aa8e537052b576e969c13f51fc89c35 /src/regress/lib/libcrypto/engine | |
parent | 87dd2c0df712a3de91371f86a8b291e4fc65fa05 (diff) | |
download | openbsd-e356b447e74b757810a71e2bf8e431b22fd6e328.tar.gz openbsd-e356b447e74b757810a71e2bf8e431b22fd6e328.tar.bz2 openbsd-e356b447e74b757810a71e2bf8e431b22fd6e328.zip |
Avoid the use of an uninitialised variable. In reality, this is a non-issue
since the calculated value is not actually used in the uninitialised case.
Change the code so that we only do the calculation if we actually need it.
Issue detected by clang and reported by both brad@ and Brent Cook.
Diffstat (limited to 'src/regress/lib/libcrypto/engine')
0 files changed, 0 insertions, 0 deletions