summaryrefslogtreecommitdiffstats
path: root/include/libssh/session.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libssh/session.h')
-rw-r--r--include/libssh/session.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/libssh/session.h b/include/libssh/session.h
index 04239a5..41b36d0 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;