diff options
author | B. Watson <yalhcru@gmail.com> | 2016-11-14 13:07:37 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-15 21:41:38 +0700 |
commit | d671c16a5f92756c4ba12f013585b11e0895db53 (patch) | |
tree | 252dac4c3238ce2abd85745cb8f69209dfa1cc6e /libraries/liboauth/README | |
parent | e1e4622ddcd57265e73cb73fbacbf6b6678023e4 (diff) | |
download | slackbuilds-d671c16a5f92756c4ba12f013585b11e0895db53.tar.gz |
libraries/liboauth: Fix README.
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. |