summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--regress/Makefile2
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index bde8dece5..248fdfa91 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,7 @@
5 on XFree86-devel with neutral /usr/include/X11/Xlib.h; 5 on XFree86-devel with neutral /usr/include/X11/Xlib.h;
6 imorgan AT nas.nasa.gov in bz#1731 6 imorgan AT nas.nasa.gov in bz#1731
7 - (djm) [.cvsignore] Ignore ssh-pkcs11-helper 7 - (djm) [.cvsignore] Ignore ssh-pkcs11-helper
8 - (djm) [regress/Makefile] Cleanup sshd_proxy_orig
8 9
920100303 1020100303
10 - (djm) [PROTOCOL.certkeys] Add RCS Ident 11 - (djm) [PROTOCOL.certkeys] Add RCS Ident
diff --git a/regress/Makefile b/regress/Makefile
index de8e9fd33..d25a64555 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 \
69 scp-ssh-wrapper.scp ssh_proxy_envpass remote_pid \ 69 scp-ssh-wrapper.scp ssh_proxy_envpass remote_pid \
70 sshd_proxy_bak rsa_ssh2_cr.prv rsa_ssh2_crnl.prv \ 70 sshd_proxy_bak rsa_ssh2_cr.prv rsa_ssh2_crnl.prv \
71 known_hosts-cert host_ca_key* cert_host_key* \ 71 known_hosts-cert host_ca_key* cert_host_key* \
72 putty.rsa2 72 putty.rsa2 sshd_proxy_orig
73 73
74# Enable all malloc(3) randomisations and checks 74# Enable all malloc(3) randomisations and checks
75TEST_ENV= "MALLOC_OPTIONS=AFGJPRX" 75TEST_ENV= "MALLOC_OPTIONS=AFGJPRX"