From: tb Date: Sun, 25 Jun 2023 08:12:23 +0000 (+0000) Subject: ech_local.h: remove unused ECDH_FLAG_FIPS_METHOD X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=e30cf7ea3a92c8ab2372d1af581e47a1f724382c;p=openbsd ech_local.h: remove unused ECDH_FLAG_FIPS_METHOD --- diff --git a/lib/libcrypto/ecdh/ech_local.h b/lib/libcrypto/ecdh/ech_local.h index 3c2a2673c53..c8cb5182491 100644 --- a/lib/libcrypto/ecdh/ech_local.h +++ b/lib/libcrypto/ecdh/ech_local.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ech_local.h,v 1.2 2022/11/26 17:23:17 tb Exp $ */ +/* $OpenBSD: ech_local.h,v 1.3 2023/06/25 08:12:23 tb Exp $ */ /* ==================================================================== * Copyright (c) 2000-2005 The OpenSSL Project. All rights reserved. * @@ -68,14 +68,6 @@ struct ecdh_method { char *app_data; }; -/* If this flag is set the ECDH method is FIPS compliant and can be used - * in FIPS mode. This is set in the validated module method. If an - * application sets this flag in its own methods it is its responsibility - * to ensure the result is compliant. - */ - -#define ECDH_FLAG_FIPS_METHOD 0x1 - typedef struct ecdh_data_st { /* EC_KEY_METH_DATA part */ int (*init)(EC_KEY *);