fix -p, so we don't need to supply a pattern
[shallot.git] / src / print.h
blob2d5d960b15d5dfe2e501e5252c38541efead4de8
1 #ifndef PRINT_H
2 #define PRINT_H
4 #include <openssl/rsa.h>
6 void base32_onion(char *dst, unsigned char *src);
7 void print_onion(char *onion);
8 void print_prkey(RSA *rsa);
10 #endif