summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2021-03-03 18:26:22 +0100
committerTomas Mraz <tomas@openssl.org>2021-03-05 14:27:46 +0100
commit996d2693e26d98456a2ec4fb1a5dd432ff026225 (patch)
tree57a78a24391b1e756980483547970e3e20ba1716 /test
parentc3a85d3d170a0bffd7b009edb544f0a4a182a3b7 (diff)
CI: add job with external tests
Update gost-engine submodule. Update pyca-cryptography submodule. Fix condition for skipping krb5 test. Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> (Merged from https://github.com/openssl/openssl/pull/14416)
Diffstat (limited to 'test')
-rw-r--r--test/ossl_shim/include/openssl/base.h3
-rw-r--r--test/recipes/95-test_external_krb5.t2
2 files changed, 4 insertions, 1 deletions
diff --git a/test/ossl_shim/include/openssl/base.h b/test/ossl_shim/include/openssl/base.h
index 92e3648e1c..84918289c0 100644
--- a/test/ossl_shim/include/openssl/base.h
+++ b/test/ossl_shim/include/openssl/base.h
@@ -10,6 +10,9 @@
#ifndef OSSL_TEST_SHIM_INCLUDE_OPENSSL_BASE_H
#define OSSL_TEST_SHIM_INCLUDE_OPENSSL_BASE_H
+/* Needed for DH functions */
+#include "internal/deprecated.h"
+
/* Needed for BORINGSSL_MAKE_DELETER */
# include <openssl/bio.h>
# include <openssl/evp.h>
diff --git a/test/recipes/95-test_external_krb5.t b/test/recipes/95-test_external_krb5.t
index ad262da2d9..9d6824cb6f 100644
--- a/test/recipes/95-test_external_krb5.t
+++ b/test/recipes/95-test_external_krb5.t
@@ -17,7 +17,7 @@ setup("test_external_krb5");
plan skip_all => "No external tests in this configuration"
if disabled("external-tests");
plan skip_all => "krb5 not available"
- if ! -f srctop_file("krb5", "data.txt");
+ if ! -f srctop_file("krb5", "src", "configure.in");
plan tests => 1;