git://git.onelab.eu
/
sfa.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
resolve circular import
[sfa.git]
/
keyconvert
/
keyconvert.h
1
#ifndef _KEYCONVERT_H
2
#define _KEYCONVERT_H
3
4
int openssh_binary_to_openssl(char *s, int len, FILE *fout);
5
6
#endif