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

Makefile.am: Add missing key in case openssl > 1.1.0 (#617)

File: Makefile.am

Notes: fix missing test keys

Credit: 
Laurent Stacul
This commit is contained in:
Laurent Stacul
2021-08-30 18:59:27 +02:00
committed by GitHub
parent 635caa9078
commit a4fc97bf0a

View File

@@ -30,6 +30,9 @@ EXTRA_DIST = \
key_dsa_wrong.pub \
key_ecdsa \
key_ecdsa.pub \
signed_key_ecdsa \
signed_key_ecdsa.pub \
signed_key_ecdsa-cert.pub \
key_ed25519 \
key_ed25519.pub \
key_ed25519_encrypted \