visibility attribute move to function definition 86/58586/3
authorKyungwook Tak <k.tak@samsung.com>
Tue, 2 Feb 2016 05:33:46 +0000 (14:33 +0900)
committerKyungwook Tak <k.tak@samsung.com>
Tue, 2 Feb 2016 07:32:48 +0000 (16:32 +0900)
commitc9593d81bb84fe4b1ac6bec492e3570536aabd9c
tree5c51f6b2424d0edc4a6ed166b30f918be7ca7bd8
parent76ec2c96010e505f2f3054001b2fa0cdcbe2e7e4
visibility attribute move to function definition

visibility attribute for cryptsvc API move from function declaration
to function definition because API user doesn't care the visibility.

Additionally fix points of meaningless const casting & const needed

Change-Id: I26cc36b27dcf5558b0a465e5ba908e1743de70e4
Signed-off-by: Kyungwook Tak <k.tak@samsung.com>
include/SecCryptoSvc.h
srcs/SecCryptoSvc.c