Check whether OpenSSL has support for GCM.
This commit is contained in:
parent
cdda0388a8
commit
cb5c1b5986
2 changed files with 2 additions and 2 deletions
2
README
2
README
|
|
@ -51,7 +51,7 @@ In order to compile tinc, you will need a GNU C compiler environment. Please
|
|||
ensure you have the latest stable versions of all the required libraries:
|
||||
|
||||
- OpenSSL (http://www.openssl.org/) version 1.0.0 or later, with support for
|
||||
elliptic curve cryptography (ECC) enabeld.
|
||||
elliptic curve cryptography (ECC) and Galois counter mode (GCM) enabled.
|
||||
|
||||
The following libraries are used by default, but can be disabled if necessary:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue