X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fconnlist.c;h=9da2d6d1021f87bd0107fcc9b118b9555e8bb07c;hb=c46e84837d1c84a8590e0e3507227670368884a7;hp=38c7c8b3529e90cc113bbe83b7f343740374a4f9;hpb=20301888b7a0a206119d2cfc48ccf1a667bb4add;p=tinc diff --git a/src/connlist.c b/src/connlist.c index 38c7c8b3..9da2d6d1 100644 --- a/src/connlist.c +++ b/src/connlist.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: connlist.c,v 1.1.2.6 2000/10/16 19:04:46 guus Exp $ + $Id: connlist.c,v 1.1.2.7 2000/10/20 15:34:34 guus Exp $ */ #include @@ -57,8 +57,8 @@ cp free(p->name); if(p->hostname) free(p->hostname); - if(p->public_key) - RSA_free(p->public_key); + if(p->rsa_key) + RSA_free(p->rsa_key); if(p->cipher_pktkey) free(p->cipher_pktkey); if(p->buffer)