2015-04-19 12:17:18 +02:00
|
|
|
config BR2_PACKAGE_PERL_CRYPT_OPENSSL_RSA
|
|
|
|
bool "perl-crypt-openssl-rsa"
|
|
|
|
depends on !BR2_STATIC_LIBS
|
2018-10-10 17:56:36 +02:00
|
|
|
select BR2_PACKAGE_PERL_CRYPT_OPENSSL_RANDOM # runtime
|
2015-04-19 12:17:18 +02:00
|
|
|
help
|
2018-10-28 16:23:13 +01:00
|
|
|
RSA encoding and decoding, using the openSSL libraries.
|
2015-04-19 12:17:18 +02:00
|
|
|
|
2018-10-10 08:46:16 +02:00
|
|
|
http://github.com/toddr/Crypt-OpenSSL-RSA
|
2015-04-19 12:17:18 +02:00
|
|
|
|
|
|
|
comment "perl-crypt-openssl-rsa needs a toolchain w/ dynamic library"
|
|
|
|
depends on BR2_STATIC_LIBS
|