projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f19d42
)
run self-test with no-krb5
author
Ulf Möller
<ulf@openssl.org>
Tue, 27 Feb 2001 21:05:55 +0000
(21:05 +0000)
committer
Ulf Möller
<ulf@openssl.org>
Tue, 27 Feb 2001 21:05:55 +0000
(21:05 +0000)
util/selftest.pl
patch
|
blob
|
history
diff --git
a/util/selftest.pl
b/util/selftest.pl
index 6dfef9cc2953ce1c0857246b2cfbe376c3d69085..b0f26fc731c5afe6d561aae5010c3962fc0db141 100644
(file)
--- 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";