summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ec/ec_lcl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/ec/ec_lcl.h')
-rw-r--r--src/lib/libcrypto/ec/ec_lcl.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/ec/ec_lcl.h b/src/lib/libcrypto/ec/ec_lcl.h
index ced04c7e31..7a7469968c 100644
--- a/src/lib/libcrypto/ec/ec_lcl.h
+++ b/src/lib/libcrypto/ec/ec_lcl.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ec_lcl.h,v 1.18 2021/09/08 17:29:21 tb Exp $ */ 1/* $OpenBSD: ec_lcl.h,v 1.19 2021/12/04 16:08:32 tb Exp $ */
2/* 2/*
3 * Originally written by Bodo Moeller for the OpenSSL project. 3 * Originally written by Bodo Moeller for the OpenSSL project.
4 */ 4 */
@@ -76,6 +76,8 @@
76#include <openssl/ecdsa.h> 76#include <openssl/ecdsa.h>
77#include <openssl/bn.h> 77#include <openssl/bn.h>
78 78
79#include "bn_lcl.h"
80
79__BEGIN_HIDDEN_DECLS 81__BEGIN_HIDDEN_DECLS
80 82
81#if defined(__SUNPRO_C) 83#if defined(__SUNPRO_C)