Browse Source

Add missing #includes of delocate.h.

Change-Id: I48adda9909ded195005c4f8277f153d4dbd2bfec
Reviewed-on: https://boringssl-review.googlesource.com/15987
Reviewed-by: Adam Langley <agl@google.com>
Commit-Queue: Adam Langley <agl@google.com>
CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
kris/onging/CECPQ3_patch15
Matthew Braithwaite 7 years ago
committed by CQ bot account: commit-bot@chromium.org
parent
commit
45dd8a04f5
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      crypto/fipsmodule/ec/ec_key.c
  2. +1
    -0
      crypto/fipsmodule/ec/p224-64.c

+ 1
- 0
crypto/fipsmodule/ec/ec_key.c View File

@@ -78,6 +78,7 @@
#include <openssl/thread.h> #include <openssl/thread.h>


#include "internal.h" #include "internal.h"
#include "../delocate.h"
#include "../../internal.h" #include "../../internal.h"






+ 1
- 0
crypto/fipsmodule/ec/p224-64.c View File

@@ -30,6 +30,7 @@
#include <string.h> #include <string.h>


#include "internal.h" #include "internal.h"
#include "../delocate.h"
#include "../../internal.h" #include "../../internal.h"






Loading…
Cancel
Save