base64: add proper const attribute to function arguments
commit7a454ef4f6642dc63ddc098dda4f17be9be574de
authorWilliam Smith <wsmith1@mail.ru>
Sun, 13 Jan 2013 03:41:54 +0000 (12 22:41 -0500)
committerWilliam Smith <wsmith1@mail.ru>
Mon, 14 Jan 2013 01:47:25 +0000 (13 20:47 -0500)
treee2d1252a6f2db73450d09147d05853bdce1e9377
parent6c613e9797e97570535c6bd2ed8e9b1b4fdcc10d
base64: add proper const attribute to function arguments

Add proper const attribute to function arguments in
base64.

const attribute is added to function arguments and
variables in order to allow compiler checks with
-Wbad-function-cast, -Wcast-qual and
-Wwrite-strings warnings options.
include/tropicssl/base64.h
library/base64.c