X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fconnlist.h;h=0c81e06e83d2b3887b076d4f3fa6764396f65bfb;hp=96a194748b6efc5b0a4b3c3bc4f1e495329ff059;hb=9f64499e40a95a8c05c82924219517aa017fc411;hpb=430e14162918864f9f18aad0ec0badc1ccc3e01f diff --git a/src/connlist.h b/src/connlist.h index 96a19474..0c81e06e 100644 --- a/src/connlist.h +++ b/src/connlist.h @@ -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.h,v 1.1.2.3 2000/10/14 17:04:13 guus Exp $ + $Id: connlist.h,v 1.1.2.4 2000/10/20 15:34:34 guus Exp $ */ #ifndef __TINC_CONNLIST_H__ @@ -44,7 +44,7 @@ typedef struct conn_list_t { packet_queue_t *sq; /* pending outgoing packets */ packet_queue_t *rq; /* pending incoming packets (they have no valid key to be decrypted with) */ - RSA *public_key; /* the other party's public key */ + RSA *rsa_key; /* the public/private key */ EVP_CIPHER_CTX *cipher_inctx; /* Context of encrypted meta data that will come from him to us */ EVP_CIPHER_CTX *cipher_outctx; /* Context of encrypted meta data that will be sent from us to him */