X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fopenssl%2Frsa.c;h=f8ec6d51360cb3cdaaa8362e349ee72b17a65a8f;hb=6779e381e59092b317a63356180db9a832ffb47d;hp=0e811722038145e4662084bca3ae5c97acba8596;hpb=1c475ecb575367a6b3f9328b0f643ad636155341;p=tinc diff --git a/src/openssl/rsa.c b/src/openssl/rsa.c index 0e811722..f8ec6d51 100644 --- a/src/openssl/rsa.c +++ b/src/openssl/rsa.c @@ -1,6 +1,6 @@ /* rsa.c -- RSA key handling - Copyright (C) 2007-2013 Guus Sliepen + Copyright (C) 2007-2021 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 @@ -21,6 +21,7 @@ #include #include +#include #define TINC_RSA_INTERNAL typedef RSA rsa_t;