openssl providers in separate files
All checks were successful
Docker Image CI / test (push) Successful in 2m34s
Docker Image CI / push (push) Successful in 14m47s

This commit is contained in:
2024-10-22 16:23:53 +03:00
parent f5e207654c
commit cdac6d2aa5
6 changed files with 155 additions and 140 deletions

View File

@@ -3,7 +3,8 @@ use clap::Parser;
mod certs;
mod common;
mod crypto;
mod crypto_provider;
mod openssl;
mod vars;
use crate::certs::build_client_config;