diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:37:49 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:37:49 -0400 |
commit | 99dc4f7ce14e5e05c1bb78302eea708de127adc8 (patch) | |
tree | 2dd52e87e0f8357b18b9fbc365dba9c2fcf93b71 | |
parent | f3efd4b920a9337a313a648deaf18ebb04c74528 (diff) |
libraries/libgsasl: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r-- | libraries/libgsasl/README | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libraries/libgsasl/README b/libraries/libgsasl/README index a4d6694e72b9..685bdde3a510 100644 --- a/libraries/libgsasl/README +++ b/libraries/libgsasl/README @@ -1,6 +1,6 @@ -GNU SASL is an implementation of the Simple Authentication and Security Layer -framework and a few common SASL mechanisms. The library includes support for -the SASL framework (with authentication functions and application data privacy -and integrity functions) and at least partial support for the CRAM-MD5, -EXTERNAL, GSSAPI, ANONYMOUS, PLAIN, SECURID, DIGEST-MD5, LOGIN, NTLM and -KERBEROS_V5 mechanisms. +GNU SASL is an implementation of the Simple Authentication and +Security Layer framework and a few common SASL mechanisms. The +library includes support for the SASL framework (with authentication +functions and application data privacy and integrity functions) and at +least partial support for the CRAM-MD5, EXTERNAL, GSSAPI, ANONYMOUS, +PLAIN, SECURID, DIGEST-MD5, LOGIN, NTLM and KERBEROS_V5 mechanisms. |