From e30cf7ea3a92c8ab2372d1af581e47a1f724382c Mon Sep 17 00:00:00 2001 From: tb Date: Sun, 25 Jun 2023 08:12:23 +0000 Subject: [PATCH] ech_local.h: remove unused ECDH_FLAG_FIPS_METHOD --- lib/libcrypto/ecdh/ech_local.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) 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 *); -- 2.20.1