summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2023-04-18 08:46:08 +0000
committertb <>2023-04-18 08:46:08 +0000
commit67408c75ffa5cf9afa8816721916e650afef8c32 (patch)
tree4ab4283dc6956481eb0b436777487bce951db271
parent0d79a0b0bbb8531e12ebaf2457df0aea4c12cb02 (diff)
downloadopenbsd-67408c75ffa5cf9afa8816721916e650afef8c32.tar.gz
openbsd-67408c75ffa5cf9afa8816721916e650afef8c32.tar.bz2
openbsd-67408c75ffa5cf9afa8816721916e650afef8c32.zip
Sigh cvs... Also drop OPENSSL_NO_DEPRECATED from ec.h
-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" {