24 lines
904 B
Diff
24 lines
904 B
Diff
From 8964abbd4033516f8763248ca426f8ee7bbf868c Mon Sep 17 00:00:00 2001
|
|
From: Harald Hoyer <harald@redhat.com>
|
|
Date: Fri, 9 Jan 2015 14:53:42 +0100
|
|
Subject: [PATCH] fips: remove c&p "and"
|
|
|
|
(cherry picked from commit 40899490330574487e7e3ea2c448a521b36bb40a)
|
|
---
|
|
modules.d/01fips/module-setup.sh | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/modules.d/01fips/module-setup.sh b/modules.d/01fips/module-setup.sh
|
|
index 2b0e836c..906b49f4 100755
|
|
--- a/modules.d/01fips/module-setup.sh
|
|
+++ b/modules.d/01fips/module-setup.sh
|
|
@@ -39,7 +39,7 @@ install() {
|
|
inst_libdir_file libsoftokn3.so libsoftokn3.so \
|
|
libsoftokn3.chk libfreebl3.so libfreebl3.chk \
|
|
libssl.so 'hmaccalc/sha512hmac.hmac' libssl.so.10 \
|
|
- libfreeblpriv3.so and libfreeblpriv3.chk
|
|
+ libfreeblpriv3.so libfreeblpriv3.chk
|
|
|
|
inst_multiple -o prelink
|
|
inst_simple /etc/system-fips
|