summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libcrypto/ec/ec.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/ec/ec.h b/src/lib/libcrypto/ec/ec.h
index f0f2d8cf0c..a880ada8d5 100644
--- a/src/lib/libcrypto/ec/ec.h
+++ b/src/lib/libcrypto/ec/ec.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ec.h,v 1.33 2023/04/16 08:55:44 tb Exp $ */ 1/* $OpenBSD: ec.h,v 1.34 2023/04/18 08:46:08 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 */
@@ -83,9 +83,7 @@
83#endif 83#endif
84 84
85#include <openssl/asn1.h> 85#include <openssl/asn1.h>
86#ifndef OPENSSL_NO_DEPRECATED
87#include <openssl/bn.h> 86#include <openssl/bn.h>
88#endif
89 87
90#ifdef __cplusplus 88#ifdef __cplusplus
91extern "C" { 89extern "C" {