From 6b0a89a288d2ca41f93178f60266573eddd0db1e Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Wed, 23 Sep 2009 23:55:07 +0200 Subject: Get rid of CRYPTO --- include/libssh/session.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/libssh/session.h') diff --git a/include/libssh/session.h b/include/libssh/session.h index 04239a58..41b36d06 100644 --- a/include/libssh/session.h +++ b/include/libssh/session.h @@ -68,8 +68,8 @@ struct ssh_session_struct { KEX client_kex; ssh_buffer in_hashbuf; ssh_buffer out_hashbuf; - CRYPTO *current_crypto; - CRYPTO *next_crypto; /* next_crypto is going to be used after a SSH2_MSG_NEWKEYS */ + struct ssh_crypto_struct *current_crypto; + struct ssh_crypto_struct *next_crypto; /* next_crypto is going to be used after a SSH2_MSG_NEWKEYS */ ssh_channel channels; /* linked list of channels */ int maxchannel; -- cgit