diff --git a/INSTALL b/INSTALL index 21bf9e62b..1ad6cde17 100644 --- a/INSTALL +++ b/INSTALL @@ -271,7 +271,7 @@ We also have vcpkg ports for wolftpm, wolfmqtt and curl. The multi-threaded version will mainly have speedups for key generation and signing. - The default LMS build (--enable-lms=yes) will look for + The default LMS build (--enable-lms) will look for hss_lib.a first, and hss_lib_thread.a second, in a specified hash-sigs dir. @@ -308,8 +308,8 @@ We also have vcpkg ports for wolftpm, wolfmqtt and curl. $ ./configure \ --enable-static \ --disable-shared \ - --enable-lms=yes \ - --with-liblms= + --enable-lms \ + --with-liblms= $ make Run the benchmark against LMS/HSS with: