From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Hrubis Date: Fri, 12 Feb 2021 17:00:21 +0100 Subject: [LTP] [PATCH 1/2] lib: Add function to detect FIPS mode In-Reply-To: <20210202130441.17861-1-pvorel@suse.cz> References: <20210202130441.17861-1-pvorel@suse.cz> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ltp@lists.linux.it Hi! > +#ifndef TST_FIPS_H__ > +#define TST_FIPS_H__ > + > +#define PATH_FIPS "/proc/sys/crypto/fips_enabled" I'm not sure that this belongs to the header, at least it's not prefixed with TST_. Other than that Reviewed-by: Cyril Hrubis -- Cyril Hrubis chrubis@suse.cz