diff options
| author | Hiroki Sato <hrs@FreeBSD.org> | 2019-03-18 12:42:37 +0000 |
|---|---|---|
| committer | Hiroki Sato <hrs@FreeBSD.org> | 2019-03-18 12:42:37 +0000 |
| commit | bfc7164b87c58e6fb7b0582db329b0d35614af4e (patch) | |
| tree | f615fb943551a2d3838001308802e82183cd27f7 /security/openssl_tpm_engine/files/patch-dist-openssl.cnf.sample | |
| parent | net/openvswitch: update to 2.11.0 (diff) | |
Add a workaround for shlib name depending on OpenSSL's version.
Diffstat (limited to 'security/openssl_tpm_engine/files/patch-dist-openssl.cnf.sample')
| -rw-r--r-- | security/openssl_tpm_engine/files/patch-dist-openssl.cnf.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/openssl_tpm_engine/files/patch-dist-openssl.cnf.sample b/security/openssl_tpm_engine/files/patch-dist-openssl.cnf.sample index 6287dad80962..d6cdfb1fcb34 100644 --- a/security/openssl_tpm_engine/files/patch-dist-openssl.cnf.sample +++ b/security/openssl_tpm_engine/files/patch-dist-openssl.cnf.sample @@ -5,7 +5,7 @@ [tpm_section] -dynamic_path = /usr/local/ssl/lib/engines/libtpm.so -+dynamic_path = %%PREFIX%%/lib/openssl/engines/tpm.so ++dynamic_path = %%TPMSO%% engine_id = tpm default_algorithms = ALL #default_algorithms = RAND,RSA |
