File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
source/includes/qe-tutorials/php Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -128,28 +128,18 @@ function getAutoEncryptionOptions(
128
128
$ tlsOptions = getKmipTlsOptions ();
129
129
130
130
// start-kmip-encryption-options
131
- $ sharedLibraryPathOptions = [
132
- 'cryptSharedLibPath ' => getenv ('SHARED_LIB_PATH ' ), // Path to your Automatic Encryption Shared Library
133
- ];
134
-
135
131
$ autoEncryptionOptions = [
136
132
'keyVaultNamespace ' => $ keyVaultNamespace ,
137
133
'kmsProviders ' => $ kmsProviders ,
138
- 'sharedLibraryPathOptions ' => $ sharedLibraryPathOptions ,
139
134
'tlsOptions ' => $ tlsOptions ,
140
135
];
141
136
// end-kmip-encryption-options
142
137
return $ autoEncryptionOptions ;
143
138
} else {
144
139
// start-auto-encryption-options
145
- $ sharedLibraryPathOptions = [
146
- 'cryptSharedLibPath ' => getenv ('SHARED_LIB_PATH ' ), // Path to your Automatic Encryption Shared Library
147
- ];
148
-
149
140
$ autoEncryptionOptions = [
150
141
'keyVaultNamespace ' => $ keyVaultNamespace ,
151
142
'kmsProviders ' => $ kmsProviders ,
152
- 'sharedLibraryPathOptions ' => $ sharedLibraryPathOptions ,
153
143
];
154
144
// end-auto-encryption-options
155
145
You can’t perform that action at this time.
0 commit comments