diff options
author | Darren Tucker <dtucker@zip.com.au> | 2014-07-23 10:35:45 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2014-07-23 10:35:45 +1000 |
commit | 40e50211896369dba8f64f3b5e5fd58b76f5ac3f (patch) | |
tree | b92f204fc75eb09b4f727a77619689a3ab13bdd0 | |
parent | 07e644251e809b1d4c062cf85bd1146a7e3f5a8a (diff) |
- dtucker@cvs.openbsd.org 2014/07/22 23:57:40
[regress/unittests/sshkey/mktestdata.sh]
Add $OpenBSD tag to make syncs easier
-rw-r--r-- | ChangeLog | 3 | ||||
-rwxr-xr-x | regress/unittests/sshkey/mktestdata.sh | 1 |
2 files changed, 4 insertions, 0 deletions
@@ -24,6 +24,9 @@ | |||
24 | [regress/unittests/sshkey/mktestdata.sh] | 24 | [regress/unittests/sshkey/mktestdata.sh] |
25 | Sign test certs with ed25519 instead of ecdsa so that they'll work in | 25 | Sign test certs with ed25519 instead of ecdsa so that they'll work in |
26 | -portable on platforms that don't have ECDSA in their OpenSSL. ok djm | 26 | -portable on platforms that don't have ECDSA in their OpenSSL. ok djm |
27 | - dtucker@cvs.openbsd.org 2014/07/22 23:57:40 | ||
28 | [regress/unittests/sshkey/mktestdata.sh] | ||
29 | Add $OpenBSD tag to make syncs easier | ||
27 | 30 | ||
28 | 20140721 | 31 | 20140721 |
29 | - OpenBSD CVS Sync | 32 | - OpenBSD CVS Sync |
diff --git a/regress/unittests/sshkey/mktestdata.sh b/regress/unittests/sshkey/mktestdata.sh index 59e8c044b..ee1fe3962 100755 --- a/regress/unittests/sshkey/mktestdata.sh +++ b/regress/unittests/sshkey/mktestdata.sh | |||
@@ -1,4 +1,5 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | # $OpenBSD: mktestdata.sh,v 1.3 2014/07/22 23:57:40 dtucker Exp $ | ||
2 | 3 | ||
3 | PW=mekmitasdigoat | 4 | PW=mekmitasdigoat |
4 | 5 | ||