Skip to content

Commit 1f190e8

Browse files
vdukhovnihs-viktor
andauthored
Drop oqsprovider2, appears unused (#648)
Signed-off-by: Viktor Dukhovni <[email protected]> Co-authored-by: Viktor Dukhovni <[email protected]>
1 parent b173b6b commit 1f190e8

File tree

3 files changed

+0
-22
lines changed

3 files changed

+0
-22
lines changed

Diff for: .github/workflows/linux.yml

-4
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ jobs:
2727
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # pin@v4
2828
- name: Full build
2929
run: OQSPROV_CMAKE_PARAMS=${{ matrix.cmake-params}} OQS_LIBJADE_BUILD=${{ matrix.libjade-build }} ./scripts/fullbuild.sh
30-
- name: Enable sibling oqsprovider for testing
31-
run: cd _build/lib && ln -s oqsprovider.so oqsprovider2.so
3230
- name: Test
3331
run: ./scripts/runtests.sh -V
3432

@@ -63,8 +61,6 @@ jobs:
6361
run: git config --global --add safe.directory /__w/oqs-provider/oqs-provider
6462
- name: Full build
6563
run: OQSPROV_CMAKE_PARAMS=${{ matrix.cmake-params}} OPENSSL_BRANCH=${{ matrix.ossl-branch }} LIBOQS_BRANCH=main OQS_LIBJADE_BUILD=${{ matrix.libjade-build }} ./scripts/fullbuild.sh
66-
- name: Enable sibling oqsprovider for testing
67-
run: cd _build/lib && ln -s oqsprovider.so oqsprovider2.so
6864
- name: Test
6965
run: ./scripts/runtests.sh -V
7066
- name: Re-generate code

Diff for: scripts/openssl-ca.cnf

-9
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ providers = provider_sect
5757
[provider_sect]
5858
default = default_sect
5959
oqsprovider = oqsprovider_sect
60-
oqsprovider2 = oqsprovider2_sect
6160

6261
# The fips section name should match the section name inside the
6362
# included fipsmodule.cnf.
@@ -76,14 +75,6 @@ activate = 1
7675

7776
[oqsprovider_sect]
7877
activate = 1
79-
# This second provider instance can be activated (for testing) for example
80-
# by creating a softlink with suitable name "oqsprovider2" to the originally
81-
# created oqsprovider.{so|dylib|dll}
82-
[oqsprovider2_sect]
83-
activate = 1
84-
85-
# activate = 1
86-
8778

8879
####################################################################
8980
[ ca ]

Diff for: test/openssl-ca.cnf

-9
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ providers = provider_sect
5757
[provider_sect]
5858
default = default_sect
5959
oqsprovider = oqsprovider_sect
60-
oqsprovider2 = oqsprovider2_sect
6160

6261
# The fips section name should match the section name inside the
6362
# included fipsmodule.cnf.
@@ -76,14 +75,6 @@ activate = 1
7675

7776
[oqsprovider_sect]
7877
activate = 1
79-
# This second provider instance can be activated (for testing) for example
80-
# by creating a softlink with suitable name "oqsprovider2" to the originally
81-
# created oqsprovider.{so|dylib|dll}
82-
[oqsprovider2_sect]
83-
activate = 1
84-
85-
# activate = 1
86-
8778

8879
####################################################################
8980
[ ca ]

0 commit comments

Comments
 (0)