[openssl-commits] [openssl] master update
Rich Salz
rsalz at openssl.org
Fri Feb 26 19:53:23 UTC 2016
The branch master has been updated
via 186d04a543498753103f4b6e99f3d4460fe2676d (commit)
from afcee950b4559a3975bde06c484e98eddef5837e (commit)
- Log -----------------------------------------------------------------
commit 186d04a543498753103f4b6e99f3d4460fe2676d
Author: Rob Percival <robpercival at google.com>
Date: Fri Feb 26 19:20:51 2016 +0000
GH752 ct_test uses testutil, so include that
Signed-off-by: Rich Salz <rsalz at openssl.org>
Reviewed-by: Richard Levitte <levitte at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
test/build.info | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/build.info b/test/build.info
index 4101b5e..d39b5ab 100644
--- a/test/build.info
+++ b/test/build.info
@@ -203,7 +203,7 @@ SOURCE[dtlsv1listentest]=dtlsv1listentest.c
INCLUDE[dtlsv1listentest]={- rel2abs(catdir($builddir,"../include")) -} .. ../include
DEPEND[dtlsv1listentest]=../libssl
-SOURCE[ct_test]=ct_test.c
+SOURCE[ct_test]=ct_test.c testutil.c
INCLUDE[ct_test]={- rel2abs(catdir($builddir,"../include")) -} ../crypto/include ../include
DEPEND[ct_test]=../libcrypto
More information about the openssl-commits
mailing list