sslapi: use correct fipsmodule.cnf
authorPauli <pauli@openssl.org>
Tue, 18 Apr 2023 07:20:40 +0000 (17:20 +1000)
committerHugo Landau <hlandau@openssl.org>
Fri, 21 Apr 2023 16:01:38 +0000 (17:01 +0100)
commitbc5d9502c5f3c726e42ef72263a4076fd48300d6
tree27ba078ffe984afbd0ea670a90306a4c9e92ca8e
parent3ac96c8f715672ff77025d48b5773f5de4f84215
sslapi: use correct fipsmodule.cnf

The SSL API tests copies fipsmodule.cnf and modifies it.  Unfortunately, it
grabbed the wrong instance of this file.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20762)
test/recipes/90-test_sslapi.t