Skip to content

Commit 6d63179

Browse files
korydraughnalanking
authored andcommitted
[irods/irods#8369] Remove unused TLS members from RodsEnvironment struct.
1 parent b53d596 commit 6d63179

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/types/irods/getRodsEnv.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@ namespace irods::re::python::types
5050
&rodsEnv::irodsSSLCACertificatePath,
5151
&rodsEnv::irodsSSLCACertificateFile,
5252
&rodsEnv::irodsSSLVerifyServer,
53-
&rodsEnv::irodsSSLCertificateChainFile,
54-
&rodsEnv::irodsSSLCertificateKeyFile,
55-
&rodsEnv::irodsSSLDHParamsFile,
5653
&rodsEnv::irodsCtrlPlaneKey,
5754
&rodsEnv::irodsCtrlPlanePort,
5855
&rodsEnv::irodsCtrlPlaneEncryptionNumHashRounds,
@@ -86,9 +83,6 @@ namespace irods::re::python::types
8683
.add_property("irodsSSLCACertificatePath", +[](rodsEnv *s) { return array_ref<char>{s->irodsSSLCACertificatePath}; })
8784
.add_property("irodsSSLCACertificateFile", +[](rodsEnv *s) { return array_ref<char>{s->irodsSSLCACertificateFile}; })
8885
.add_property("irodsSSLVerifyServer", +[](rodsEnv *s) { return array_ref<char>{s->irodsSSLVerifyServer}; })
89-
.add_property("irodsSSLCertificateChainFile", +[](rodsEnv *s) { return array_ref<char>{s->irodsSSLCertificateChainFile}; })
90-
.add_property("irodsSSLCertificateKeyFile", +[](rodsEnv *s) { return array_ref<char>{s->irodsSSLCertificateKeyFile}; })
91-
.add_property("irodsSSLDHParamsFile", +[](rodsEnv *s) { return array_ref<char>{s->irodsSSLDHParamsFile}; })
9286
.add_property("irodsCtrlPlaneKey", +[](rodsEnv *s) { return array_ref<char>{s->irodsCtrlPlaneKey}; })
9387
.add_property("irodsCtrlPlanePort", &rodsEnv::irodsCtrlPlanePort)
9488
.add_property("irodsCtrlPlaneEncryptionNumHashRounds", &rodsEnv::irodsCtrlPlaneEncryptionNumHashRounds)

0 commit comments

Comments
 (0)