summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--openpgp/README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/openpgp/README.md b/openpgp/README.md
index 2001a8bc..fcaaed89 100644
--- a/openpgp/README.md
+++ b/openpgp/README.md
@@ -76,6 +76,10 @@ at compile time. Currently, these libraries are available:
`default-features = false`, you need to explicitly include
the `crypto-nettle` feature to enable it.
+ - The OpenSSL backend. To select this backend, use
+ `default-features = false`, and explicitly include the
+ `crypto-openssl` feature to enable it.
+
- The Windows Cryptography API: Next Generation (CNG). To select
this backend, use `default-features = false`, and explicitly
include the `crypto-cng` feature to enable it. Currently, the CNG
@@ -88,10 +92,6 @@ at compile time. Currently, these libraries are available:
cannot offer the same security guarantees as more mature
cryptographic libraries.
- - The OpenSSL backend. To select this backend, use
- `default-features = false`, and explicitly include the
- `crypto-openssl` feature to enable it.
-
### Experimental and variable-time cryptographic backends
Some cryptographic backends are not yet considered mature enough for