xref: /OK3568_Linux_fs/buildroot/package/liboauth/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_LIBOAUTH
2	bool "liboauth"
3	select BR2_PACKAGE_OPENSSL
4	help
5	  liboauth is a collection of c functions implementing the oAuth
6	  Core 1.0 Rev A standard API. liboauth provides basic functions
7	  to escape and encode parameters according to oAuth specs and
8	  offers high-level functions to sign requests or verify
9	  signatures.
10
11	  http://liboauth.sourceforge.net/
12