summaryrefslogtreecommitdiff
path: root/lib/libcrypto/ec
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2023-04-18 08:46:09 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2023-04-18 08:46:09 +0000
commit20e3868a79a0eec7a60c720ac6b97641019a7b16 (patch)
tree6f7aae4eeb5c294d26da53c43af3c873541f21ad /lib/libcrypto/ec
parentd194c380a8e26f00a8b96d4cafc186fe72124a77 (diff)
Sigh cvs... Also drop OPENSSL_NO_DEPRECATED from ec.h
Diffstat (limited to 'lib/libcrypto/ec')
-rw-r--r--lib/libcrypto/ec/ec.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libcrypto/ec/ec.h b/lib/libcrypto/ec/ec.h
index f0f2d8cf0ce..a880ada8d59 100644
--- a/lib/libcrypto/ec/ec.h
+++ b/lib/libcrypto/ec/ec.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ec.h,v 1.33 2023/04/16 08:55:44 tb Exp $ */
+/* $OpenBSD: ec.h,v 1.34 2023/04/18 08:46:08 tb Exp $ */
/*
* Originally written by Bodo Moeller for the OpenSSL project.
*/
@@ -83,9 +83,7 @@
#endif
#include <openssl/asn1.h>
-#ifndef OPENSSL_NO_DEPRECATED
#include <openssl/bn.h>
-#endif
#ifdef __cplusplus
extern "C" {