From 67408c75ffa5cf9afa8816721916e650afef8c32 Mon Sep 17 00:00:00 2001 From: tb <> Date: Tue, 18 Apr 2023 08:46:08 +0000 Subject: Sigh cvs... Also drop OPENSSL_NO_DEPRECATED from ec.h --- src/lib/libcrypto/ec/ec.h | 4 +--- 1 file changed, 1 insertion(+), 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 @@ -/* $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" { -- cgit v1.2.3-55-g6feb