Include bn/internal.h for non-bcm.c builds.

Change-Id: Ica2248a0c7f90b3cc13dfea79c95277313c4eb58
Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/45424
Reviewed-by: Adam Langley <agl@google.com>
grpc-202302
Adam Langley 4 years ago committed by Adam Langley
parent 48cbd69dee
commit a2278d4d2c
  1. 1
      crypto/fipsmodule/dh/dh.c

@ -65,6 +65,7 @@
#include <openssl/thread.h> #include <openssl/thread.h>
#include "../../internal.h" #include "../../internal.h"
#include "../bn/internal.h"
#define OPENSSL_DH_MAX_MODULUS_BITS 10000 #define OPENSSL_DH_MAX_MODULUS_BITS 10000

Loading…
Cancel
Save