From 1c69b5b2bf88e23394af391e3caa4b439d2d4ec7 Mon Sep 17 00:00:00 2001
From: Archana Ravindar <aravinda@redhat.com>
Date: Tue, 2 Jul 2024 22:30:56 +0530
Subject: [PATCH] Include commit that removes usage of EC_KEY* functions to
 enforce FIPS restrictions

---
 config/versions.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/versions.json b/config/versions.json
index e125f3ef9b..9b4aea0155 100644
--- a/config/versions.json
+++ b/config/versions.json
@@ -1,5 +1,5 @@
 {
     "github.com/golang-fips/go": "go1.20-fips-release",
-    "github.com/golang-fips/openssl-fips": "b175be2ccd46683a51cba60a9a2087b09593317d",
+    "github.com/golang-fips/openssl-fips": "a10e615bfd26452f55725ade970bb87b4145483d",
     "github.com/golang/go": "go1.20.12"
 }