openssl/crypto/store
Bernd Edlinger 2459dc1bd0 Fix error handling at openssl_strerror_r
When bufsize == 0, openssl_strerror_r should return 0 (if _GNU_SOURCE is defined),
to be consistent with non-_GNU_SOURCE variants, which exhibit the same behavior.
Fix a few cases, where the return value of openssl_strerror_r was ignored.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/9163)

(cherry picked from commit e7a4682d0b)
2019-06-18 13:58:52 +02:00
..
build.info
loader_file.c Fix error handling at openssl_strerror_r 2019-06-18 13:58:52 +02:00
store_err.c STORE 'file' scheme loader: Add search capibility 2018-02-23 07:40:42 +01:00
store_init.c Update copyright year 2018-05-29 13:16:04 +01:00
store_lib.c STORE: Add the possibility to search for specific information 2018-02-23 07:40:42 +01:00
store_locl.h STORE: Add the possibility to search for specific information 2018-02-23 07:40:42 +01:00
store_register.c STORE: Add the possibility to search for specific information 2018-02-23 07:40:42 +01:00
store_strings.c