Skip to content

Commit

Permalink
Include arm_arch.h in crypto/internal.h.
Browse files Browse the repository at this point in the history
Do it because BoringSSL does it. BoringSSL has some other headers it
includes here but we intentionally do not have them and/or we
intentionally do not include them here (string.h and assert.h).
  • Loading branch information
briansmith committed Oct 30, 2023
1 parent acf9f0d commit fce7153
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crypto/internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@

#include <ring-core/base.h> // Must be first.

#include "ring-core/arm_arch.h"
#include "ring-core/check.h"

#if defined(__clang__)
Expand Down

0 comments on commit fce7153

Please sign in to comment.