diff options
Diffstat (limited to 'libraries/liboauth/README')
-rw-r--r-- | libraries/liboauth/README | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/libraries/liboauth/README b/libraries/liboauth/README index bf2720ea21..755a4e2cd6 100644 --- a/libraries/liboauth/README +++ b/libraries/liboauth/README @@ -1,5 +1,8 @@ -liboauth is a collection of POSIX-c functions implementing the OAuth Core RFC 5849 standard. -liboauth provides functions to escape and encode parameters according to OAuth specification -and offers high-level functionality to sign requests or verify OAuth signatures as well as perform HTTP requests. +liboauth is a collection of POSIX-c functions implementing the OAuth +Core RFC 5849 standard. liboauth provides functions to escape and +encode parameters according to OAuth specification and offers high-level +functionality to sign requests or verify OAuth signatures as well as +perform HTTP requests. -Note: If you want to build with NSS suport instead of OpenSSL pass NSS=yes to the script. +Note: If you want to build with NSS suport instead of OpenSSL pass +NSS=yes to the script. |