X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fopenssl%2Frsa.c;h=3543df3050f3d7decaa7ee2575a6c8e831ce426f;hp=3033bcd762d9e19d705cd8d094444b42f87d6ba8;hb=5822f817aa802c2c5a83e9d99a8ae78cb822799b;hpb=3465746b9bf75124b21eab21cdf390696b608405 diff --git a/src/openssl/rsa.c b/src/openssl/rsa.c index 3033bcd7..3543df30 100644 --- a/src/openssl/rsa.c +++ b/src/openssl/rsa.c @@ -22,7 +22,7 @@ #include #include -#define __TINC_RSA_INTERNAL__ +#define TINC_RSA_INTERNAL typedef RSA rsa_t; #include "../logger.h"