summaryrefslogtreecommitdiffstats
path: root/pki/patches/pki-core-9.0.3-r2126.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pki/patches/pki-core-9.0.3-r2126.patch')
-rw-r--r--pki/patches/pki-core-9.0.3-r2126.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/pki/patches/pki-core-9.0.3-r2126.patch b/pki/patches/pki-core-9.0.3-r2126.patch
new file mode 100644
index 000000000..8d92cb01e
--- /dev/null
+++ b/pki/patches/pki-core-9.0.3-r2126.patch
@@ -0,0 +1,13 @@
+Index: base/setup/pkicreate
+===================================================================
+--- base/setup/pkicreate (revision 2125)
++++ base/setup/pkicreate (revision 2126)
+@@ -597,7 +597,7 @@
+ # 64-bit Linux
+
+ # Supported hardware token PKCS #11 modules
+- %supported_sec_modules_hash = ("lunasa" => "/usr/lunasa/lib/libCryptoki2.so",
++ %supported_sec_modules_hash = ("lunasa" => "/usr/lunasa/lib/libCryptoki2_64.so",
+ "nfast" => "/opt/nfast/toolkits/pkcs11/libcknfast.so");
+ } else {
+ emit("Unsupported '$^O' hardware platform '$default_hardware_platform'!\n", "error");