X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fopenssl%2Frsagen.c;h=78a22d92b391d56939fd7ca9295051e290ac0290;hb=5822f817aa802c2c5a83e9d99a8ae78cb822799b;hp=cdd07f7601c6b2cc5123a7b680465ee11079aa31;hpb=9b148fd844587fbf956e28f57e4bd39a11edc07f;p=tinc diff --git a/src/openssl/rsagen.c b/src/openssl/rsagen.c index cdd07f76..78a22d92 100644 --- a/src/openssl/rsagen.c +++ b/src/openssl/rsagen.c @@ -22,11 +22,12 @@ #include #include -#define __TINC_RSA_INTERNAL__ +#define TINC_RSA_INTERNAL typedef RSA rsa_t; #include "../logger.h" #include "../rsagen.h" +#include "../xalloc.h" /* This function prettyprints the key generation process */