package/perl-crypt-openssl-rsa: add missing dependency to openssl
authorYann E. MORIN <yann.morin.1998@free.fr>
Sat, 12 Jun 2021 21:32:03 +0000 (23:32 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sat, 12 Jun 2021 21:32:03 +0000 (23:32 +0200)
commit7c636d9c6601538920f6e46955168f41b458a287
tree2a1436a056ca09a5a420f06d54a12ef300f4229c
parentc920f0d9b6217dcfde59b6f79e764a9a7f0a5890
package/perl-crypt-openssl-rsa: add missing dependency to openssl

perl-crypt-openssl-rsa inherits the dependency on openssl indirectly
from perl-crypt-openssl-random. Hwvere, perl-crypt-openssl-rsa needs
the openssl libraries for itself, so it must explicitly depend on it.

So far, this was totally unconsequential, but since commit a83d41867c8d
(package/libopenssl: add option to enable some features), features can
be configured out, of which RMD160 that perl-crypt-openssl-rsa needs.
If we were to add the select to that option (in a followup commit),
without a dependency to openssl, that would be very confusing in the
future.

So, add the explicit dependency now.

Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/perl-crypt-openssl-rsa/Config.in
package/perl-crypt-openssl-rsa/perl-crypt-openssl-rsa.mk