Skip to content

Commit f270eee

Browse files
sam-githubMylesBorins
authored andcommitted
deps: openssl-1.1.1b no longer packages .gitignore
Since its not packaged, we don't have to delete it, and the Makefile and update can become a (tiny) bit simpler. Backport-PR-URL: #27419 PR-URL: #26327 Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]>
1 parent ebe0b05 commit f270eee

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

deps/openssl/config/Makefile

-3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ COPTS = no-comp no-shared no-afalgeng
2727
# disable platform check in Configure
2828
NO_WARN_ENV = CONFIGURE_CHECKER_WARN=1
2929

30-
GITIGNORE = $(OPSSL_SRC)/.gitignore
3130
GENERATE = ./generate_gypi.pl
3231

3332
OPSSL_SRC = ../openssl
@@ -45,8 +44,6 @@ all: $(ARCHS) replace
4544

4645
# Configure and generate openssl asm files for each archs
4746
$(ARCHS):
48-
# Remove openssl .gitignore to follow nodejs .gitignore
49-
if [ -e $(GITIGNORE) ]; then rm $(GITIGNORE); fi
5047
cd $(OPSSL_SRC); $(NO_WARN_ENV) CC=$(CC) $(PERL) $(CONFIGURE) $(COPTS) $@;
5148
$(PERL) -w -I$(OPSSL_SRC) $(GENERATE) asm $@
5249
# Confgure asm_avx2 and generate upto avx2 support

deps/openssl/config/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ $ git add deps/openssl/config/archs
118118
$ git add deps/openssl/openssl/crypto/include/internal/bn_conf.h
119119
$ git add deps/openssl/openssl/crypto/include/internal/dso_conf.h
120120
$ git add deps/openssl/openssl/include/openssl/opensslconf.h
121-
$ git add deps/openssl/openssl/.gitignore
122121
$ git commit
123122
```
124123

0 commit comments

Comments
 (0)