summaryrefslogtreecommitdiff
path: root/src/protocol/internal/ssh_rsa.c
diff options
context:
space:
mode:
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)
{