Browse Source

Merge pull request #486 from hosiet/dev

Fix typo in 3d487d51.
pull/489/merge
Max Lv 9 years ago
parent
commit
2178c409f6
1 changed files with 1 additions and 1 deletions
  1. 2
      README.md

2
README.md

@ -74,7 +74,7 @@ CAST5-CFB, DES-CFB, IDEA-CFB, RC2-CFB and SEED-CFB.
To build against mbedTLS, specify `--with-crypto-library=mbedtls` To build against mbedTLS, specify `--with-crypto-library=mbedtls`
and `--with-mbedtls=/path/to/mbedtls` when running `./configure`. and `--with-mbedtls=/path/to/mbedtls` when running `./configure`.
Please not that we do **NOT** officially support mbedTLS right now,
Please note that we do **NOT** officially support mbedTLS right now,
and you should use it at your own risk. and you should use it at your own risk.
Windows users will need extra work when compiling mbedTLS library, Windows users will need extra work when compiling mbedTLS library,

Loading…
Cancel
Save