X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=crypt_backend.h;h=6f8008759d0412e095aa46f14473a98201fa960e;hp=175a6881c3d6567137513043055f548700c6ab65;hb=3e0533843c8d4add881a6c2d383bd2c80129e27b;hpb=3f6b7dd0ed39f7008ec09def9239f379b87cd7c1 diff --git a/crypt_backend.h b/crypt_backend.h index 175a6881..6f800875 100644 --- a/crypt_backend.h +++ b/crypt_backend.h @@ -7,6 +7,6 @@ /** AES block size in bytes. */ #define AES_CRT128_BLOCK_SIZE 16 -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 check_private_key_file(const char *file);