]> git.notmuchmail.org Git - notmuch/blobdiff - util/hex-escape.c
util/crypto: add information about the payload part
[notmuch] / util / hex-escape.c
index b7e2e07aaa7d8d4e3aa692523ff7c7b6781b8404..8883ff903baff0d236e4a490a9957683d8b500c2 100644 (file)
@@ -13,7 +13,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see http://www.gnu.org/licenses/ .
+ * along with this program.  If not, see https://www.gnu.org/licenses/ .
  *
  * Author: David Bremner <david@tethera.net>
  */
  *
  * Author: David Bremner <david@tethera.net>
  */
@@ -25,8 +25,6 @@
 #include "error_util.h"
 #include "hex-escape.h"
 
 #include "error_util.h"
 #include "hex-escape.h"
 
-static const size_t default_buf_size = 1024;
-
 static const char *output_charset =
     "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+-_@=.,";
 
 static const char *output_charset =
     "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+-_@=.,";