Skip to content

Commit

Permalink
Makefile.am: Add missing key in case openssl > 1.1.0 (libssh2#617)
Browse files Browse the repository at this point in the history
File: Makefile.am

Notes: fix missing test keys

Credit: 
Laurent Stacul
  • Loading branch information
Laurent Stacul authored Aug 30, 2021
1 parent 635caa9 commit a4fc97b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit a4fc97b

Please sign in to comment.