mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 01:46:55 -04:00
OpenSSL 3.0 in base of 14-CURRENT and in security/openssl30 port have different ENGINESDIR (engines-3 vs. engines-12).
18 lines
425 B
Diff
18 lines
425 B
Diff
--- openssl.cnf.orig 2023-06-26 14:18:41.158316000 +0700
|
|
+++ openssl.cnf 2023-06-30 02:41:55.649698000 +0700
|
|
@@ -53,6 +53,15 @@ providers = provider_sect
|
|
|
|
[openssl_init]
|
|
providers = provider_sect
|
|
+engines = engine_section
|
|
+
|
|
+[engine_section]
|
|
+gost = gost_section
|
|
+
|
|
+[gost_section]
|
|
+engine_id = gost
|
|
+dynamic_path = /usr/local/lib/engines-3/gost.so
|
|
+default_algorithms = ALL
|
|
|
|
# List of providers to load
|
|
[provider_sect]
|