]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix fipsinstall module path
authorShane Lontis <shane.lontis@oracle.com>
Thu, 10 Sep 2020 17:50:09 +0000 (03:50 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Thu, 10 Sep 2020 17:50:09 +0000 (03:50 +1000)
commit9a62ccbe8a73101d2cfcdf7902b6fe10da7602c9
treed12d736be0605e05aa2d0000a4cb563c1e76b2b6
parent9f604ca13ddc99e17ba37fed9281fbd1b71149a9
Fix fipsinstall module path

If a path is specified with the -module option it will use this path to load the library when the provider is activated,
instead of also having to set the environment variable OPENSSL_MODULES.

Added a platform specific opt_path_end() function that uses existing functionality used by opt_progname().

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/12761)
apps/fipsinstall.c
apps/include/opt.h
apps/lib/opt.c
doc/man1/openssl-fipsinstall.pod.in