1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-11-18 15:20:56 +03:00

Makefile.am: Add missing test keys in the distribution tarball (#601)

Notes: 
Fix tests missing key to build the OCI image

Credit:
Laurent Stacul
This commit is contained in:
Laurent Stacul
2021-05-17 18:11:10 +02:00
committed by GitHub
parent 8adbab3f6c
commit 62bc25c987

View File

@@ -34,8 +34,12 @@ EXTRA_DIST = \
mansyntax.sh \ mansyntax.sh \
openssh_fixture.c \ openssh_fixture.c \
openssh_fixture.h \ openssh_fixture.h \
openssh_server/authorized_keys \
openssh_server/Dockerfile \ openssh_server/Dockerfile \
openssh_server/authorized_keys \
openssh_server/ca_ecdsa \
openssh_server/ca_ecdsa.pub \
openssh_server/ssh_host_ecdsa_key \
openssh_server/ssh_host_ed25519_key \
openssh_server/ssh_host_rsa_key \ openssh_server/ssh_host_rsa_key \
runner.c \ runner.c \
session_fixture.c \ session_fixture.c \