openssl-ibmca/openssl-ibmca-engine-noregister.patch
Nikolay Gueorguiev 8d6a266310 Accepting request 1080296 from home:ngueorguiev:branches:security:tls
- Applies a patch (bsc#1210359)
  * openssl-ibmca-engine-noregister.patch
- Updated the '#dynamic_path' line, as it was before, with the comment '#'.

OBS-URL: https://build.opensuse.org/request/show/1080296
OBS-URL: https://build.opensuse.org/package/show/security:tls/openssl-ibmca?expand=0&rev=42
2023-04-19 11:08:00 +00:00

13 lines
399 B
Diff

--- openssl-ibmca-2.3.1/src/engine/e_ibmca.c.xx 2023-04-19 10:36:53.514635802 +0200
+++ openssl-ibmca-2.3.1/src/engine/e_ibmca.c 2023-04-19 10:39:01.678265739 +0200
@@ -642,6 +642,9 @@
if (!ENGINE_set_pkey_meths(e, ibmca_engine_pkey_meths))
goto out;
+ if (!ENGINE_set_flags(e, ENGINE_FLAGS_NO_REGISTER_ALL))
+ goto out;
+
rc = 1;
out:
free(pmech_list);