From: Ulf Möller Date: Tue, 27 Feb 2001 21:05:55 +0000 (+0000) Subject: run self-test with no-krb5 X-Git-Tag: OpenSSL_0_9_6a-beta2~17^2~108 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8700e7b3cfa09137bf553d6daae9fb1564c4539f;p=oweals%2Fopenssl.git run self-test with no-krb5 --- diff --git a/util/selftest.pl b/util/selftest.pl index 6dfef9cc29..b0f26fc731 100644 --- a/util/selftest.pl +++ b/util/selftest.pl @@ -132,6 +132,7 @@ if (system("make 2>&1 | tee make.log") > 255) { $_=$options; s/no-asm//; s/no-shared//; +s/no-krb5//; if (/no-/) { print OUT "Test skipped.\n";