Loading test/build.info +1 −1 Original line number Diff line number Diff line Loading @@ -204,7 +204,7 @@ INCLUDE[dtlsv1listentest]={- rel2abs(catdir($builddir,"../include")) -} .. ../in DEPEND[dtlsv1listentest]=../libssl SOURCE[ct_test]=ct_test.c INCLUDE[ct_test]={- rel2abs(catdir($builddir,"../include")) -} ../include INCLUDE[ct_test]={- rel2abs(catdir($builddir,"../include")) -} ../crypto/include ../include DEPEND[ct_test]=../libcrypto SOURCE[threadstest]=threadstest.c Loading test/ct_test.c +6 −6 Original line number Diff line number Diff line Loading @@ -58,12 +58,12 @@ #include <stdlib.h> #include <string.h> #include "crypto/include/internal/ct_int.h" #include "openssl/err.h" #include "openssl/safestack.h" #include "openssl/ssl.h" #include "openssl/x509.h" #include "openssl/x509v3.h" #include "internal/ct_int.h" #include <openssl/err.h> #include <openssl/safestack.h> #include <openssl/ssl.h> #include <openssl/x509.h> #include <openssl/x509v3.h> #include "testutil.h" #if !defined(OPENSSL_NO_CT) && !defined(OPENSSL_NO_UNIT_TEST) Loading Loading
test/build.info +1 −1 Original line number Diff line number Diff line Loading @@ -204,7 +204,7 @@ INCLUDE[dtlsv1listentest]={- rel2abs(catdir($builddir,"../include")) -} .. ../in DEPEND[dtlsv1listentest]=../libssl SOURCE[ct_test]=ct_test.c INCLUDE[ct_test]={- rel2abs(catdir($builddir,"../include")) -} ../include INCLUDE[ct_test]={- rel2abs(catdir($builddir,"../include")) -} ../crypto/include ../include DEPEND[ct_test]=../libcrypto SOURCE[threadstest]=threadstest.c Loading
test/ct_test.c +6 −6 Original line number Diff line number Diff line Loading @@ -58,12 +58,12 @@ #include <stdlib.h> #include <string.h> #include "crypto/include/internal/ct_int.h" #include "openssl/err.h" #include "openssl/safestack.h" #include "openssl/ssl.h" #include "openssl/x509.h" #include "openssl/x509v3.h" #include "internal/ct_int.h" #include <openssl/err.h> #include <openssl/safestack.h> #include <openssl/ssl.h> #include <openssl/x509.h> #include <openssl/x509v3.h> #include "testutil.h" #if !defined(OPENSSL_NO_CT) && !defined(OPENSSL_NO_UNIT_TEST) Loading