diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | regress/try-ciphers.sh | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -31,6 +31,9 @@ | |||
31 | - markus@cvs.openbsd.org 2012/10/04 13:21:50 | 31 | - markus@cvs.openbsd.org 2012/10/04 13:21:50 |
32 | [myproposal.h ssh_config.5 umac.h sshd_config.5 ssh.1 sshd.8 mac.c] | 32 | [myproposal.h ssh_config.5 umac.h sshd_config.5 ssh.1 sshd.8 mac.c] |
33 | add umac128 variant; ok djm@ at n2k12 | 33 | add umac128 variant; ok djm@ at n2k12 |
34 | - dtucker@cvs.openbsd.org 2012/09/06 04:11:07 | ||
35 | [regress/try-ciphers.sh] | ||
36 | Restore missing space. (Id sync only). | ||
34 | - [Makefile umac.c] Add special-case target to build umac128.o. | 37 | - [Makefile umac.c] Add special-case target to build umac128.o. |
35 | 38 | ||
36 | 20120917 | 39 | 20120917 |
diff --git a/regress/try-ciphers.sh b/regress/try-ciphers.sh index 925863504..0887979d8 100644 --- a/regress/try-ciphers.sh +++ b/regress/try-ciphers.sh | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: try-ciphers.sh,v 1.13 2012/06/28 05:07:45 dtucker Exp $ | 1 | # $OpenBSD: try-ciphers.sh,v 1.14 2012/09/06 04:11:07 dtucker Exp $ |
2 | # Placed in the Public Domain. | 2 | # Placed in the Public Domain. |
3 | 3 | ||
4 | tid="try ciphers" | 4 | tid="try ciphers" |