- (tim) [regress/cert-hostkey.sh] Add missing TEST_SSH_ECC guard around some
ecdsa bits.
This commit is contained in:
parent
02d99da976
commit
c5c346b101
|
@ -12,6 +12,8 @@
|
||||||
comment so that the Makefile.in is still a syntactically valid Makefile
|
comment so that the Makefile.in is still a syntactically valid Makefile
|
||||||
(useful to run the distprep target)
|
(useful to run the distprep target)
|
||||||
- (tim) [regress/cert-hostkey.sh] Typo. Missing $ on variable name.
|
- (tim) [regress/cert-hostkey.sh] Typo. Missing $ on variable name.
|
||||||
|
- (tim) [regress/cert-hostkey.sh] Add missing TEST_SSH_ECC guard around some
|
||||||
|
ecdsa bits.
|
||||||
|
|
||||||
20110213
|
20110213
|
||||||
- (djm) [misc.c] include time.h for nanosleep() prototype
|
- (djm) [misc.c] include time.h for nanosleep() prototype
|
||||||
|
|
|
@ -72,9 +72,11 @@ done
|
||||||
echon '@revoked '
|
echon '@revoked '
|
||||||
echon "* "
|
echon "* "
|
||||||
cat $OBJ/cert_host_key_rsa.pub
|
cat $OBJ/cert_host_key_rsa.pub
|
||||||
|
if test "x$TEST_SSH_ECC" = "xyes"; then
|
||||||
echon '@revoked '
|
echon '@revoked '
|
||||||
echon "* "
|
echon "* "
|
||||||
cat $OBJ/cert_host_key_ecdsa.pub
|
cat $OBJ/cert_host_key_ecdsa.pub
|
||||||
|
fi
|
||||||
echon '@revoked '
|
echon '@revoked '
|
||||||
echon "* "
|
echon "* "
|
||||||
cat $OBJ/cert_host_key_dsa.pub
|
cat $OBJ/cert_host_key_dsa.pub
|
||||||
|
|
Loading…
Reference in New Issue