Skip to content

Commit

Permalink
Add x509_vfy.h to umbrella header
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasa authored and glbrntt committed Nov 10, 2021
1 parent 4b7979a commit 08e701d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Sources/CNIOBoringSSL/include/CNIOBoringSSL.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
#include "CNIOBoringSSL_srtp.h"
#include "CNIOBoringSSL_ssl.h"
#include "CNIOBoringSSL_trust_token.h"
#include "CNIOBoringSSL_x509_vfy.h"
#include "CNIOBoringSSL_x509v3.h"

#endif // C_NIO_BORINGSSL_H
1 change: 1 addition & 0 deletions scripts/vendor-boringssl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,7 @@ cat << EOF > "$DSTROOT/include/CNIOBoringSSL.h"
#include "CNIOBoringSSL_srtp.h"
#include "CNIOBoringSSL_ssl.h"
#include "CNIOBoringSSL_trust_token.h"
#include "CNIOBoringSSL_x509_vfy.h"
#include "CNIOBoringSSL_x509v3.h"
#endif // C_NIO_BORINGSSL_H
Expand Down

0 comments on commit 08e701d

Please sign in to comment.