summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--regress/Makefile2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 438c2cdd7..baf445fd4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,8 @@
5 ecdsa keys. ok djm. 5 ecdsa keys. ok djm.
6 - (djm) [entropy.c] cast OPENSSL_VERSION_NUMBER to u_long to avoid 6 - (djm) [entropy.c] cast OPENSSL_VERSION_NUMBER to u_long to avoid
7 gcc warning on platforms where it defaults to int 7 gcc warning on platforms where it defaults to int
8 - (djm) [regress/Makefile] add a few more generated files to the clean
9 target
8 10
920110212 1120110212
10 - OpenBSD CVS Sync 12 - OpenBSD CVS Sync
diff --git a/regress/Makefile b/regress/Makefile
index 85fd3a5ad..776a29c54 100644
--- a/regress/Makefile
+++ b/regress/Makefile
@@ -75,7 +75,7 @@ CLEANFILES= t2.out t6.out1 t6.out2 t7.out t7.out.pub copy.1 copy.2 \
75 scp-ssh-wrapper.scp ssh_proxy_envpass remote_pid \ 75 scp-ssh-wrapper.scp ssh_proxy_envpass remote_pid \
76 sshd_proxy_bak rsa_ssh2_cr.prv rsa_ssh2_crnl.prv \ 76 sshd_proxy_bak rsa_ssh2_cr.prv rsa_ssh2_crnl.prv \
77 known_hosts-cert host_ca_key* cert_host_key* \ 77 known_hosts-cert host_ca_key* cert_host_key* \
78 putty.rsa2 sshd_proxy_orig \ 78 putty.rsa2 sshd_proxy_orig ssh_proxy_bak key.[rd]sa-* \
79 authorized_principals_${USER} expect actual 79 authorized_principals_${USER} expect actual
80 80
81# Enable all malloc(3) randomisations and checks 81# Enable all malloc(3) randomisations and checks