Skip to content

Commit

Permalink
fix .cnf syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
akarve committed May 25, 2024
1 parent 7195349 commit 1b7bf67
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: check install-dev install-go lint test test-on
.PHONY: check install-dev install-go lint test test-network

check:
black . --check
Expand All @@ -18,4 +18,4 @@ test:
python -m pytest tests -m "not network" -x

test-network:
pytest tests
python -m pytest tests
18 changes: 9 additions & 9 deletions config/openssl.cnf
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[openssl_init]
providers = provider_sect
[openssl_init]
providers = provider_sect

[provider_sect]
default = default_sect
legacy = legacy_sect
[provider_sect]
default = default_sect
legacy = legacy_sect

[default_sect]
activate = 1
[default_sect]
activate = 1

[legacy_sect]
activate = 1
[legacy_sect]
activate = 1

0 comments on commit 1b7bf67

Please sign in to comment.