forked from pool/openssl-ibmca
fbceffe006
- fixed ssl configuration merging (bsc#1004463) - openssl-ibmca-fix-enginepath.patch: fix the engine path - Use macro for configure (fate#319941) OBS-URL: https://build.opensuse.org/request/show/434703 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openssl-ibmca?expand=0&rev=25
14 lines
500 B
Diff
14 lines
500 B
Diff
Index: openssl-ibmca-1.3.0/src/openssl.cnf.sample
|
|
===================================================================
|
|
--- openssl-ibmca-1.3.0.orig/src/openssl.cnf.sample
|
|
+++ openssl-ibmca-1.3.0/src/openssl.cnf.sample
|
|
@@ -23,7 +23,7 @@ ibmca = ibmca_section
|
|
# The openssl engine path for libibmca.so.
|
|
# Set the dynamic_path to where the libibmca.so engine
|
|
# resides on the system.
|
|
-dynamic_path = /usr/local/lib/libibmca.so
|
|
+dynamic_path = /lib64/engines/libibmca.so
|
|
engine_id = ibmca
|
|
init = 1
|
|
|