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

tests: Makefile.am: Add missing tests client keys in distribution tarball (#604)

Notes:
Added missing test keys.

Credit:
Laurent Stacul
This commit is contained in:
Laurent Stacul
2021-05-18 17:18:06 +02:00
committed by GitHub
parent 62bc25c987
commit f1f47ef79b

View File

@@ -28,8 +28,18 @@ EXTRA_DIST = \
key_dsa.pub \
key_dsa_wrong \
key_dsa_wrong.pub \
key_ecdsa \
key_ecdsa.pub \
key_ed25519 \
key_ed25519.pub \
key_ed25519_encrypted \
key_ed25519_encrypted.pub \
key_rsa \
key_rsa.pub \
key_rsa_encrypted \
key_rsa_encrypted.pub \
key_rsa_openssh \
key_rsa_openssh.pub \
libssh2_config_cmake.h.in \
mansyntax.sh \
openssh_fixture.c \