diff options
Diffstat (limited to 'package/perl-digest-hmac/Config.in')
-rw-r--r-- | package/perl-digest-hmac/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package/perl-digest-hmac/Config.in b/package/perl-digest-hmac/Config.in new file mode 100644 index 0000000000..733a53d8ae --- /dev/null +++ b/package/perl-digest-hmac/Config.in @@ -0,0 +1,6 @@ +config BR2_PACKAGE_PERL_DIGEST_HMAC + bool "perl-digest-hmac" + help + Digest::HMAC - Keyed-Hashing for Message Authentication + + https://github.com/gisle/digest-hmac |