repo.or.cz
/
shallot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix -p, so we don't need to supply a pattern
[shallot.git]
/
src
/
print.h
blob
2d5d960b15d5dfe2e501e5252c38541efead4de8
1
#ifndef PRINT_H
2
#define PRINT_H
3
4
#include <openssl/rsa.h>
5
6
void
base32_onion
(
char
*
dst
,
unsigned char
*
src
);
7
void
print_onion
(
char
*
onion
);
8
void
print_prkey
(
RSA
*
rsa
);
9
10
#endif