Displaying 2 results from an estimated 2 matches for "2271e94".
Did you mean:
22.194
2015 Jun 23
2
Call for testing: OpenSSH 6.9
...dless other config options) fails
> early during linking of test suite:
We've not really tried to make the unit/regress tests work without OpenSSL.
Here's a first attempt at the unit tests:
diff --git a/regress/unittests/bitmap/tests.c b/regress/unittests/bitmap/tests.c
index 23025f9..2271e94 100644
--- a/regress/unittests/bitmap/tests.c
+++ b/regress/unittests/bitmap/tests.c
@@ -27,6 +27,7 @@
void
tests(void)
{
+#ifdef WITH_OPENSSL
struct bitmap *b;
BIGNUM *bn;
size_t len;
@@ -131,5 +132,6 @@ tests(void)
bitmap_free(b);
BN_free(bn);
TEST_DONE();
+#endif /* WITH_OPENSSL *...
2015 May 29
16
Call for testing: OpenSSH 6.9
Hi,
OpenSSH 6.9 is almost ready for release, so we would appreciate testing
on as many platforms and systems as possible. This release contains
some substantial new features and a number of bugfixes.
Snapshot releases for portable OpenSSH are available from
http://www.mindrot.org/openssh_snap/
The OpenBSD version is available in CVS HEAD:
http://www.openbsd.org/anoncvs.html
Portable OpenSSH is