X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnet.c;h=b7d340f4c099710a1a911b77492e21bc5709dd63;hp=384e878b9e96b7982e8dda33a51ce59a96a108b0;hb=cf0e133e191cb40954bf5b6ee0a579442fe4b60b;hpb=e5047d2835f0828a9c334cc3d928c2322abfefb7 diff --git a/src/net.c b/src/net.c index 384e878b..b7d340f4 100644 --- a/src/net.c +++ b/src/net.c @@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: net.c,v 1.35.4.146 2001/11/03 21:21:04 guus Exp $ + $Id: net.c,v 1.35.4.147 2001/11/03 22:53:01 guus Exp $ */ #include "config.h" @@ -549,7 +549,7 @@ cp asprintf(&fname, "%s/hosts/%s", confbase, c->name); if((fp = fopen(fname, "r"))) { - c->rsa_key = PEM_read_RSAPublicKey(fp, NULL, NULL, NULL); + c->rsa_key = PEM_read_RSAPublicKey(fp, &c->rsa_key, NULL, NULL); fclose(fp); }