kumquat-buildroot/package/libjwt/Config.in
Fabrice Fontaine 0a860f330a package/libjwt: add gnutls support
gnutls can be used if openssl is not available since the addition of the
package in commit 7251775773

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2024-02-05 18:26:14 +01:00

10 lines
291 B
Plaintext

config BR2_PACKAGE_LIBJWT
bool "libjwt"
select BR2_PACKAGE_OPENSSL if !BR2_PACKAGE_GNUTLS
select BR2_PACKAGE_JANSSON
help
JSON Web Tokens are an open, industry standard RFC 7519
method for representing claims securely between two parties.
https://github.com/benmcollins/libjwt