Skip to content

Commit

Permalink
remove duplicate LIBOQS_BRANCH option in config doc
Browse files Browse the repository at this point in the history
Signed-off-by: Paul S. Schweigert <[email protected]>

There were two entries for LIBOQS_BRANCH in the CONFIGURE doc. This
change drops the second one and makes a slight tweak to the wording of
the first.
  • Loading branch information
psschwei committed Oct 5, 2023
1 parent 5515b4b commit 81bb7a5
Showing 1 changed file with 2 additions and 7 deletions.
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

0 comments on commit 81bb7a5

Please sign in to comment.