summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-03-04 21:41:29 +1100
committerDamien Miller <djm@mindrot.org>2010-03-04 21:41:29 +1100
commite1abf4d6bc4bea0bb76e6ff89ca6048122e90d81 (patch)
tree5592b6ebb3307a8133fd1410f50ec5ee2622c76c
parentd45f3b6cc75e5cf8b31f1ee2f51164c7410b2669 (diff)
- (djm) [regress/Makefile] Cleanup sshd_proxy_orig
-rw-r--r--ChangeLog1
-rw-r--r--regress/Makefile2
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index bde8dece..248fdfa9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,7 @@
on XFree86-devel with neutral /usr/include/X11/Xlib.h;
imorgan AT nas.nasa.gov in bz#1731
- (djm) [.cvsignore] Ignore ssh-pkcs11-helper
+ - (djm) [regress/Makefile] Cleanup sshd_proxy_orig
20100303
- (djm) [PROTOCOL.certkeys] Add RCS Ident
diff --git a/regress/Makefile b/regress/Makefile
index de8e9fd3..d25a6455 100644
--- a/regress/Makefile
+++ b/regress/Makefile
@@ -69,7 +69,7 @@ CLEANFILES= t2.out t6.out1 t6.out2 t7.out t7.out.pub copy.1 copy.2 \
scp-ssh-wrapper.scp ssh_proxy_envpass remote_pid \
sshd_proxy_bak rsa_ssh2_cr.prv rsa_ssh2_crnl.prv \
known_hosts-cert host_ca_key* cert_host_key* \
- putty.rsa2
+ putty.rsa2 sshd_proxy_orig
# Enable all malloc(3) randomisations and checks
TEST_ENV= "MALLOC_OPTIONS=AFGJPRX"