X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=crypt_backend.h;h=ae01fc14733a1068b0513afbd8f9e5b9bc791827;hp=6f8008759d0412e095aa46f14473a98201fa960e;hb=74f74cde7afdba9cfe316998aba9286764bb5d34;hpb=3e0533843c8d4add881a6c2d383bd2c80129e27b diff --git a/crypt_backend.h b/crypt_backend.h index 6f800875..ae01fc14 100644 --- a/crypt_backend.h +++ b/crypt_backend.h @@ -10,3 +10,4 @@ int decode_public_key(const char *filename, unsigned char **blob, size_t *decoded_size); int check_private_key_file(const char *file); +int find_openssh_bignum_offset(const unsigned char *data, int len);