Skip to content

Commit 9f47848

Browse files
Fix linux build by adding new crypto files
1 parent 384cd18 commit 9f47848

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ LIBSSH_OBJS=${LIBOPENSSH_OBJS} \
9191
sc25519.o ge25519.o fe25519.o ed25519.o verify.o hash.o blocks.o \
9292
kex.o kexdh.o kexgex.o kexecdh.o kexc25519.o \
9393
kexdhc.o kexgexc.o kexecdhc.o kexc25519c.o \
94-
kexdhs.o kexgexs.o kexecdhs.o kexc25519s.o
94+
kexdhs.o kexgexs.o kexecdhs.o kexc25519s.o openssl-dh.o openssl-bn.o
9595

9696
SSHOBJS= ssh.o readconf.o clientloop.o sshtty.o \
9797
sshconnect.o sshconnect1.o sshconnect2.o mux.o \

kex.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
#include "mac.h"
3030
#include "buffer.h" /* XXX for typedef */
3131
#include "key.h" /* XXX for typedef */
32+
#include "crypto-wrap.h"
3233

3334
#ifdef WITH_LEAKMALLOC
3435
#include "leakmalloc.h"

0 commit comments

Comments
 (0)