[openssl-commits] [openssl] master update
Richard Levitte
levitte at openssl.org
Mon Feb 8 11:05:44 UTC 2016
The branch master has been updated
via 6b9686e694d602640a565e8cbbe80857db832571 (commit)
from 64f9f40696f993406e53c16d7c9d815004afd8ad (commit)
- Log -----------------------------------------------------------------
commit 6b9686e694d602640a565e8cbbe80857db832571
Author: Richard Levitte <levitte at openssl.org>
Date: Mon Feb 8 05:58:54 2016 +0100
dtlsv1listentest includes e_os.h, reflect that in include dirs
Reviewed-by: Matt Caswell <matt 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 d277d2e..5b696c5 100644
--- a/test/build.info
+++ b/test/build.info
@@ -204,5 +204,5 @@ INCLUDE[memleaktest]={- catdir(abs2rel($builddir,$sourcedir),"../include") -} ..
DEPEND[memleaktest]=../libcrypto
SOURCE[dtlsv1listentest]=dtlsv1listentest.c
-INCLUDE[dtlsv1listentest]={- catdir(abs2rel($builddir,$sourcedir),"../include") -} ../include
+INCLUDE[dtlsv1listentest]={- catdir(abs2rel($builddir,$sourcedir),"../include") -} .. ../include
DEPEND[dtlsv1listentest]=../libssl
More information about the openssl-commits
mailing list