Skip to content

Commit

Permalink
Fold x509_vfy.h into x509.h.
Browse files Browse the repository at this point in the history
The two headers already circularly import each other, and even have to
inspect each others' header guards to manage this. Keeping them
separate does not reduce include sizes. Fold them together so their
header guards are more conventional.

Bug: 426
Change-Id: Iaf96f5b2c8adb899d9c4a5b5094ed36fcb16de16
Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/49770
Reviewed-by: Adam Langley <agl@google.com>
  • Loading branch information
davidben authored and agl committed Oct 5, 2021
1 parent f61997b commit c31a8a6
Show file tree
Hide file tree
Showing 4 changed files with 495 additions and 581 deletions.
1 change: 0 additions & 1 deletion crypto/x509v3/v3_purp.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
#include <openssl/mem.h>
#include <openssl/obj.h>
#include <openssl/thread.h>
#include <openssl/x509_vfy.h>
#include <openssl/x509v3.h>

#include "../internal.h"
Expand Down
Loading

0 comments on commit c31a8a6

Please sign in to comment.