Skip to content

Commit

Permalink
deps: update archs files for OpenSSL-1.1.1b
Browse files Browse the repository at this point in the history
`cd deps/openssl/config; make` updates all archs dependant files.

Backport-PR-URL: #26951
PR-URL: #26327
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
  • Loading branch information
sam-github authored and BethGriggs committed Apr 15, 2019
1 parent 1c98b72 commit 8db791d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions deps/openssl/openssl/crypto/include/internal/bn_conf.h
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#include "../../../config/bn_conf.h"
1 change: 1 addition & 0 deletions deps/openssl/openssl/crypto/include/internal/dso_conf.h
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#include "../../../config/dso_conf.h"
1 change: 1 addition & 0 deletions deps/openssl/openssl/include/openssl/opensslconf.h
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#include "../../config/opensslconf.h"

0 comments on commit 8db791d

Please sign in to comment.