Skip to content

Commit 707c01e

Browse files
tgonzalezorlandoarmgowthamsk-arm
authored andcommitted
ParsecProviderContext: Make "client" a non-public attribute
Do not expose client as this is not required and use the get_client method instead. Signed-off-by: Tomás González <tomasagustin.gonzalezorlando@arm.com>
1 parent 6316e18 commit 707c01e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parsec-openssl-provider/src/provider.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const PARSEC_PROVIDER_PARAM_TYPES: [OSSL_PARAM; 5] = [
4040
];
4141

4242
pub struct ParsecProviderContext {
43-
pub client: BasicClient,
43+
client: BasicClient,
4444
}
4545

4646
impl ParsecProviderContext {

0 commit comments

Comments
 (0)