The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / liboauth / Config.in
1 config 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 to
7           escape and encode parameters according to oAuth specs and offers
8           high-level functions to sign requests or verify signatures.
9
10           http://liboauth.sourceforge.net/