]> diplodocus.org Git - nmh/blobdiff - sbr/netsec.c
Make many m_getfld() buffer parameters NMH_BUFSIZ big.
[nmh] / sbr / netsec.c
index e64fde0c2777b86c423327ac1e299908fa597a33..e0dd0c28d1f1a77c25e4fdee534bb1d6fe6184c1 100644 (file)
@@ -1,5 +1,4 @@
-/*
- * netsec.c -- Network security routines for handling protocols that
+/* netsec.c -- Network security routines for handling protocols that
  *            require SASL and/or TLS.
  *
  * This code is Copyright (c) 2016, by the authors of nmh.  See the
@@ -1016,7 +1015,7 @@ netsec_set_sasl_params(netsec_context *nsc, const char *service,
 
     /*
      * According to the RFC, mechanisms can only be uppercase letter, numbers,
-     * and a hypen or underscore.  So make sure we uppercase any letters
+     * and a hyphen or underscore.  So make sure we uppercase any letters
      * in case the user passed in lowercase.
      */