libraries/liboauth: Fix README.

This commit is contained in:
B. Watson 2016-11-14 13:07:37 -05:00 committed by Willy Sudiarto Raharjo
parent e1e4622ddc
commit d671c16a5f
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

@ -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.