blob: eb69c75fc43304fd834574de3f4374766b7f0820 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- openssl.cnf.sample.orig 2012-09-19 17:56:45 UTC
+++ openssl.cnf.sample
@@ -18,7 +18,7 @@ engines = engine_section
foo = tpm_section
[tpm_section]
-dynamic_path = /usr/local/ssl/lib/engines/libtpm.so
+dynamic_path = %%PREFIX%%/lib/openssl/engines/libtpm.so
engine_id = tpm
default_algorithms = ALL
#default_algorithms = RAND,RSA
|