diff options
author | Matt Caswell <matt@openssl.org> | 2018-06-19 22:41:49 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2018-06-21 11:14:06 +0200 |
commit | 95aec8641fb6f596f170f97852e1e2839f4ec2fc (patch) | |
tree | 48dc2d7be42d37b9b6f75e8749933d664a41bf5f /INSTALL | |
parent | openssl ca: open the output file as late as possible (diff) | |
download | openssl-95aec8641fb6f596f170f97852e1e2839f4ec2fc.tar.xz openssl-95aec8641fb6f596f170f97852e1e2839f4ec2fc.zip |
Document no-sm2
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6532)
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -548,9 +548,9 @@ Build without support for the specified algorithm, where <alg> is one of: aria, bf, blake2, camellia, cast, chacha, cmac, des, dh, dsa, ecdh, ecdsa, idea, md4, mdc2, ocb, - poly1305, rc2, rc4, rmd160, scrypt, seed, siphash, sm3, sm4 - or whirlpool. The "ripemd" algorithm is deprecated and if - used is synonymous with rmd160. + poly1305, rc2, rc4, rmd160, scrypt, seed, siphash, sm2, sm3, + sm4 or whirlpool. The "ripemd" algorithm is deprecated and + if used is synonymous with rmd160. -Dxxx, -Ixxx, -Wp, -lxxx, -Lxxx, -Wl, -rpath, -R, -framework, -static These system specific options will be recognised and |