Add a test to check having a provider loaded without a groups still works
authorMatt Caswell <matt@openssl.org>
Fri, 26 Jun 2020 19:49:19 +0000 (20:49 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 8 Jul 2020 07:55:56 +0000 (08:55 +0100)
commit146aebc6a082ac4343b79dcf18ef86e853b85d85
tree8df62b647d7959eb570f4d5f963bde65dd71a8ea
parent90a74d8c4331c363d68ecd1168bc5344f7ba9be8
Add a test to check having a provider loaded without a groups still works

As long as we have at least one provider loaded which offers some
groups, it doesn't matter if we have others loaded that don't.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/12292)
test/sslapitest.c