]> git.tuebingen.mpg.de Git - paraslash.git/commit
crypt: Make base64_decode public.
authorAndre Noll <maan@systemlinux.org>
Mon, 7 Mar 2011 07:04:23 +0000 (08:04 +0100)
committerAndre Noll <maan@systemlinux.org>
Wed, 6 Jul 2011 06:41:25 +0000 (08:41 +0200)
commit5957ec3c6deb0a5585f979ff470e9a346154ca62
treecfc884f4c52e1018c7cf723c96420f8695b254f8
parent6a7393e2abdcf30dd4201b84a417d08f6136e8d6
crypt: Make base64_decode public.

gcrypt.c needs this to decode public rsa keys. Public functions
should always return proper error codes, so change the return
value for errors from -1 to -E_BASE64.
crypt_backend.h
crypt_common.c