X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=crypt_common.c;h=2b2e06c169c64064db47c850e03c81cd309f6b8c;hp=235b8b8d3e398551fc28bfbc746349c5dc8f6f1c;hb=3e0533843c8d4add881a6c2d383bd2c80129e27b;hpb=3f6b7dd0ed39f7008ec09def9239f379b87cd7c1 diff --git a/crypt_common.c b/crypt_common.c index 235b8b8d..2b2e06c1 100644 --- a/crypt_common.c +++ b/crypt_common.c @@ -85,7 +85,7 @@ static int check_ssh_key_header(const unsigned char *blob, int blen) * * \sa \ref uudecode(). */ -int decode_ssh_key(const char *filename, unsigned char **blob, +int decode_public_key(const char *filename, unsigned char **blob, size_t *decoded_size) { int ret, ret2;