diff options
author | Magnus Henoch <[email protected]> | 2016-09-29 10:29:21 +0100 |
---|---|---|
committer | Magnus Henoch <[email protected]> | 2016-09-29 10:29:21 +0100 |
commit | 0411d5492319a5bc555247a3f783aaa421b4f31c (patch) | |
tree | 9da710af92c6d378f149fba91abc471cd906387e | |
parent | e42f4b6fb934dc064699174da07027966698c79b (diff) | |
download | otp-0411d5492319a5bc555247a3f783aaa421b4f31c.tar.gz otp-0411d5492319a5bc555247a3f783aaa421b4f31c.tar.bz2 otp-0411d5492319a5bc555247a3f783aaa421b4f31c.zip |
Fix warning tag in fips.xml
That should be <warning>, not <warn>.
-rw-r--r-- | lib/crypto/doc/src/fips.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/crypto/doc/src/fips.xml b/lib/crypto/doc/src/fips.xml index 243f0da031..a6ed95bf5e 100644 --- a/lib/crypto/doc/src/fips.xml +++ b/lib/crypto/doc/src/fips.xml @@ -124,11 +124,11 @@ $ <input>make</input> <p>In FIPS mode non-validated algorithms are disabled. This may cause some unexpected problems in application relying on crypto.</p> - <warn><p>Do not try to work around these problems by using + <warning><p>Do not try to work around these problems by using alternative implementations of the missing algorithms! An application can only claim to be using a FIPS 140-2 validated cryptographic module if it uses it exclusively for every - cryptographic operation.</p></warn> + cryptographic operation.</p></warning> <section> <title>Restrictions on key sizes</title> |