summaryrefslogtreecommitdiff
path: root/src/protocol/internal/ssh_rsa.c
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2018-05-17 14:13:49 +0800
committerIru Cai <mytbk920423@gmail.com>2018-05-21 09:33:49 +0800
commit7e12cd48525b92a7b7090738c03d10d5e616a92e (patch)
tree6d4ee25109ab30026dd92bccdb123dd1106a3d9a /src/protocol/internal/ssh_rsa.c
parent593b92e5be8805e32ef43d9208ed0e7a4acf83df (diff)
downloadfqterm-7e12cd48525b92a7b7090738c03d10d5e616a92e.tar.xz
ssh_endian.h
Diffstat (limited to 'src/protocol/internal/ssh_rsa.c')
-rw-r--r--src/protocol/internal/ssh_rsa.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/protocol/internal/ssh_rsa.c b/src/protocol/internal/ssh_rsa.c
index 2bd328c..d6f3186 100644
--- a/src/protocol/internal/ssh_rsa.c
+++ b/src/protocol/internal/ssh_rsa.c
@@ -2,6 +2,7 @@
#include "ssh_pubkey_crypto.h"
#include "ssh_rsa.h"
#include "buffer.h"
+#include "ssh_endian.h"
static RSA *CreateRSAContext(unsigned char *hostkey, int len)
{