Skip to content

Commit

Permalink
tests/Makefile.am: Bugfix
Browse files Browse the repository at this point in the history
* tests/Makefile.am (EXTRA_DIST): Bugfix: Add encrypted keys.
  • Loading branch information
artyom-poptsov committed Dec 11, 2023
1 parent a747592 commit d4dd9e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Config file for GNU Automake.
##
## Copyright (C) 2014-2021 Artyom V. Poptsov <poptsov.artyom@gmail.com>
## Copyright (C) 2014-2023 Artyom V. Poptsov <poptsov.artyom@gmail.com>
##
## This file is part of Guile-SSH.
##
Expand Down Expand Up @@ -70,6 +70,8 @@ EXTRA_DIST = \
keys/ecdsakey.pub \
keys/rsakey \
keys/rsakey.pub \
encrypted-ecdsa-key \
encrypted-ecdsa-key.pub \
config

### Compile modules
Expand Down

0 comments on commit d4dd9e5

Please sign in to comment.