diff options
author | schwarze <> | 2021-11-10 14:34:21 +0000 |
---|---|---|
committer | schwarze <> | 2021-11-10 14:34:21 +0000 |
commit | 4f619109be6e68f276a18eef66df948237b264f9 (patch) | |
tree | 741fd434d7563c5003ed67402eb2ddbc02547f15 /src/lib/libcrypto/man/X509_policy_tree_level_count.3 | |
parent | f4a5a07e50a5a0f27254d03bdf06838d718fed07 (diff) | |
download | openbsd-4f619109be6e68f276a18eef66df948237b264f9.tar.gz openbsd-4f619109be6e68f276a18eef66df948237b264f9.tar.bz2 openbsd-4f619109be6e68f276a18eef66df948237b264f9.zip |
Merge a few additional X509error(ERR_R_MALLOC_FAILURE) calls
and various style improvements from the OpenSSL 1.1.1 branch,
which is still under a free license.
- No need to #include <openssl/lhash.h>.
- BUF_MEM_free(3) and sk_pop_free(3) can handle NULL.
- sk_value(3) can handle -1.
- Test pointers with "== NULL" rather than with "!".
- Use the safer "p = malloc(sizeof(*p))" idiom.
- return is not a function.
- Delete very wrong commented out code.
Including parts of the these commits from the 2015 to 2018 time range:
25aaa98a b4faea50 90945fa3 f32b0abe 26a7d938 7fcdbd83 208056b2 5b37fef0
Requested by and OK tb@.
Diffstat (limited to 'src/lib/libcrypto/man/X509_policy_tree_level_count.3')
0 files changed, 0 insertions, 0 deletions