summaryrefslogtreecommitdiff
path: root/src/crypto/fipsmodule/ecdh/ecdh.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/fipsmodule/ecdh/ecdh.c')
-rw-r--r--src/crypto/fipsmodule/ecdh/ecdh.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/crypto/fipsmodule/ecdh/ecdh.c b/src/crypto/fipsmodule/ecdh/ecdh.c
index dfea1e19..25d07023 100644
--- a/src/crypto/fipsmodule/ecdh/ecdh.c
+++ b/src/crypto/fipsmodule/ecdh/ecdh.c
@@ -74,8 +74,9 @@
#include <openssl/mem.h>
#include <openssl/sha.h>
-#include "../ec/internal.h"
#include "../../internal.h"
+#include "../ec/internal.h"
+#include "../service_indicator/internal.h"
int ECDH_compute_key_fips(uint8_t *out, size_t out_len, const EC_POINT *pub_key,