]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
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)
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.


No differences found