Added missing step for converting SHA request files to correct format. Replaced AES_GCM with GCM to follow the correct naming format.
Signed-off-by: Jakub Poczatek <jakub.pocza...@intel.com> --- doc/guides/sample_app_ug/fips_validation.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/guides/sample_app_ug/fips_validation.rst b/doc/guides/sample_app_ug/fips_validation.rst index 56df434215..39baea3346 100644 --- a/doc/guides/sample_app_ug/fips_validation.rst +++ b/doc/guides/sample_app_ug/fips_validation.rst @@ -77,11 +77,12 @@ Compiling the Application .. code-block:: console dos2unix AES/req/* - dos2unix AES_GCM/req/* + dos2unix GCM/req/* dos2unix CCM/req/* dos2unix CMAC/req/* dos2unix HMAC/req/* dos2unix TDES/req/* + dos2unix SHA/req/* Running the Application ----------------------- -- 2.25.1