Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove duplicate LIBOQS_BRANCH option in CONFIGURE.md #274

Merged
merged 1 commit into from
Oct 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions CONFIGURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ code deficiencies related to providers in such old OpenSSL branches.
This defines the branch of `liboqs` against which `oqs-provider` is built.
This can be used, for example, to facilitate a release of `oqsprovider`
to track an old/stable `liboqs` release.
Default is "main" (most current code).
to track an old/stable `liboqs` release. If this variable is not set, the
"main" branch is built.
### liboqs_DIR
Expand All @@ -120,11 +120,6 @@ used from the directory specified in this variable: Both `include`
and `lib` directories must be present in that location.
By not setting this variable, `liboqs` is build from source.
### LIBOQS_BRANCH
If set, this environment variable designates the `liboqs` branch to
be built. If this variable is not set, the "main" branch is built.
### MAKE_PARAMS
This environment variable permits passing parameters to the `make`
Expand Down
Loading