Deleted Added
full compact
94c94
< "FP_API", "STDIO", "SOCK", "KRB5" );
---
> "FP_API", "STDIO", "SOCK", "KRB5", "ENGINE", "HW" );
110c110
< my $no_ec;
---
> my $no_ec; my $no_engine; my $no_hw;
178a179,180
> elsif (/^no-engine$/) { $no_engine=1; }
> elsif (/^no-hw$/) { $no_hw=1; }
238c240
< $crypto.=" crypto/engine/engine.h";
---
> $crypto.=" crypto/engine/engine.h"; # unless $no_engine;
1054a1057,1058
> if ($keyword eq "ENGINE" && $no_engine) { return 0; }
> if ($keyword eq "HW" && $no_hw) { return 0; }