#ifndef _KEYCONVERT_H #define _KEYCONVERT_H int openssh_binary_to_openssl(char *s, int len, FILE *fout); #endif