Restore libgcrypt support.
[tinc] / src / gcrypt / pem.h
1 #ifndef TINC_GCRYPT_PEM_H
2 #define TINC_GCRYPT_PEM_H
3
4 #include "../system.h"
5
6 bool pem_decode(FILE *fp, const char *header, uint8_t *buf, size_t size, size_t *outsize);
7 bool pem_encode(FILE *fp, const char *header, uint8_t *buf, size_t size);
8
9 #endif // TINC_GCRYPT_PEM_H