Skip to content

Commit 971dafb

Browse files
committed
configure.ac: add v5-kcapi to FIPS version map, same as v5-dev, but version 5.3.0 (as v5-dev was before 9d931d4).
1 parent a2eddc8 commit 971dafb

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

configure.ac

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -516,6 +516,14 @@ AS_CASE([$ENABLED_FIPS],
516516
ENABLED_FIPS="yes"
517517
# for dev, DEF_SP_MATH and DEF_FAST_MATH follow non-FIPS defaults (currently sp-math-all)
518518
],
519+
[v5-kcapi],[
520+
FIPS_VERSION="v5-dev"
521+
HAVE_FIPS_VERSION_MAJOR=5
522+
HAVE_FIPS_VERSION_MINOR=3
523+
HAVE_FIPS_VERSION_PATCH=0
524+
ENABLED_FIPS="yes"
525+
# for dev, DEF_SP_MATH and DEF_FAST_MATH follow non-FIPS defaults (currently sp-math-all)
526+
],
519527
[v6],[
520528
FIPS_VERSION="v6"
521529
HAVE_FIPS_VERSION=6

0 commit comments

Comments
 (0)