X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fgcrypt%2Frsa.h;h=e6bb5ec99c165503613e33753579ef8a9254bdac;hb=28b7a53b6;hp=c27f19676a8ec3226a0a2e8ee19f6653c745076f;hpb=0912276c6467aa3ee6f570b31245367319da572a;p=tinc diff --git a/src/gcrypt/rsa.h b/src/gcrypt/rsa.h index c27f1967..e6bb5ec9 100644 --- a/src/gcrypt/rsa.h +++ b/src/gcrypt/rsa.h @@ -3,7 +3,7 @@ /* rsa.h -- RSA key handling - Copyright (C) 2007 Guus Sliepen + Copyright (C) 2007-2022 Guus Sliepen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -22,6 +22,7 @@ #include +#define TINC_RSA_INTERNAL typedef struct rsa { gcry_mpi_t n; gcry_mpi_t e;