Skip to content

Commit 68eaf67

Browse files
authored
Merge pull request #10061 from anhu/fips23
Not just FIPS 140-2, 3 as well.
2 parents 107cf61 + 2d29608 commit 68eaf67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ DEF_FAST_MATH="no"
429429

430430
# FIPS 140
431431
AC_ARG_ENABLE([fips],
432-
[AS_HELP_STRING([--enable-fips],[Enable FIPS 140-2, Will NOT work w/o FIPS license (default: disabled)])],
432+
[AS_HELP_STRING([--enable-fips],[Enable FIPS 140-2/3, Will NOT work w/o FIPS license (default: disabled)])],
433433
[ENABLED_FIPS=$enableval],
434434
[ENABLED_FIPS="no"])
435435

0 commit comments

Comments
 (0)