Skip to content

Commit

Permalink
deps: add missing legacyprov.c source
Browse files Browse the repository at this point in the history
This commit adds a missing OpenSSL 3.0 source file, legacyprov.c.

Refs: nodejs#40455
  • Loading branch information
danbev committed Oct 15, 2021
1 parent 5d7bd86 commit 04326f3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions deps/openssl/config/generate_gypi.pl
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,13 @@
}
}

foreach my $src (@{$unified_info{sources}->{'providers/legacy-dso-legacyprov.o'}}) {
#print("legacy-dso-legacyprov.o src: $src \n");
if ($src =~ m/\.c$/) {
push(@libcrypto_srcs, $src);
}
}

my @libfips_srcs = ();
foreach my $obj (@{$unified_info{sources}->{'providers/libfips.a'}}) {
my $src = ${$unified_info{sources}->{$obj}}[0];
Expand Down

0 comments on commit 04326f3

Please sign in to comment.