openssl/crypto/store
Richard Levitte 6f9c506268 STORE: simplify store_loader_cmp()
We have already made sure that the loader scheme isn't NULL, so
checking if they are NULL or not when comparing registered loaders
is redundant.  We still soft assert it, just to be entirely sure.

Reviewed-by: Ben Kaduk <kaduk@mit.edu>
(Merged from https://github.com/openssl/openssl/pull/3805)
2017-06-29 21:48:12 +02:00
..
build.info Add a STORE loader for the "file" scheme 2017-06-29 11:55:31 +02:00
loader_file.c Add internal functions to fetch PEM data from an opened BIO 2017-06-29 19:25:39 +02:00
store_err.c Add internal functions to fetch PEM data from an opened BIO 2017-06-29 19:25:39 +02:00
store_init.c Add a STORE loader for the "file" scheme 2017-06-29 11:55:31 +02:00
store_lib.c Add internal functions to fetch PEM data from an opened BIO 2017-06-29 19:25:39 +02:00
store_locl.h Add internal functions to fetch PEM data from an opened BIO 2017-06-29 19:25:39 +02:00
store_register.c STORE: simplify store_loader_cmp() 2017-06-29 21:48:12 +02:00
store_strings.c Add the STORE module 2017-06-29 11:55:31 +02:00