From b738560d3cf92c0a584299d6f1db91cbecf6701d Mon Sep 17 00:00:00 2001 From: tb Date: Tue, 18 Apr 2023 08:46:08 +0000 Subject: [PATCH] Sigh cvs... Also drop OPENSSL_NO_DEPRECATED from ec.h --- lib/libcrypto/ec/ec.h | 4 +--- 1 file changed, 1 insertion(+), 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 -#ifndef OPENSSL_NO_DEPRECATED #include -#endif #ifdef __cplusplus extern "C" { -- 2.20.1