rsa: add proper const attribute to function arguments
commit06c2df7adf2dd03794157979104fbacebc38adf5
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:55 +0000 (13 20:47 -0500)
tree566050d959c82af2e2388f998d2db7e831d8d3dd
parent64c2fb643861cc1745303d2110d9380a9ed8ccc9
rsa: add proper const attribute to function arguments

Add proper const attribute to function arguments in
rsa.

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/rsa.h
library/rsa.c