Skip to content

Commit 03088b2

Browse files
committed
LMS verify-only support: tiny correction to INSTALL.
1 parent bbf105f commit 03088b2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

INSTALL

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ We also have vcpkg ports for wolftpm, wolfmqtt and curl.
271271
The multi-threaded version will mainly have speedups for key
272272
generation and signing.
273273

274-
The default LMS build (--enable-lms=yes) will look for
274+
The default LMS build (--enable-lms) will look for
275275
hss_lib.a first, and hss_lib_thread.a second, in a specified
276276
hash-sigs dir.
277277

@@ -308,8 +308,8 @@ We also have vcpkg ports for wolftpm, wolfmqtt and curl.
308308
$ ./configure \
309309
--enable-static \
310310
--disable-shared \
311-
--enable-lms=yes \
312-
--with-liblms=<path to dir containing hss_lib_thread.a>
311+
--enable-lms \
312+
--with-liblms=<path to dir containing hss_lib.a or hss_lib_thread.a>
313313
$ make
314314

315315
Run the benchmark against LMS/HSS with:

0 commit comments

Comments
 (0)