From: tb Date: Tue, 18 Apr 2023 08:46:08 +0000 (+0000) Subject: Sigh cvs... Also drop OPENSSL_NO_DEPRECATED from ec.h X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=b738560d3cf92c0a584299d6f1db91cbecf6701d;p=openbsd Sigh cvs... Also drop OPENSSL_NO_DEPRECATED from ec.h --- 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" {