diff options
author | Alex Stapleton <alexs@prol.etari.at> | 2014-05-23 21:47:52 +0100 |
---|---|---|
committer | Alex Stapleton <alexs@prol.etari.at> | 2014-05-27 21:50:30 +0100 |
commit | 2784b4c069df4861db4c3ac24413699e517f1ccb (patch) | |
tree | 93824020dfe2d3872525365c1bbf2bbed7035e82 /docs | |
parent | 00c580cca9a36225ea7d41b0b98c985977884e9f (diff) | |
download | cryptography-2784b4c069df4861db4c3ac24413699e517f1ccb.tar.gz cryptography-2784b4c069df4861db4c3ac24413699e517f1ccb.tar.bz2 cryptography-2784b4c069df4861db4c3ac24413699e517f1ccb.zip |
Removed unused doc reference
Diffstat (limited to 'docs')
-rw-r--r-- | docs/hazmat/primitives/asymmetric/serialization.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/hazmat/primitives/asymmetric/serialization.rst b/docs/hazmat/primitives/asymmetric/serialization.rst index ac3080c8..2b3eb511 100644 --- a/docs/hazmat/primitives/asymmetric/serialization.rst +++ b/docs/hazmat/primitives/asymmetric/serialization.rst @@ -98,6 +98,3 @@ header that mentions the type of the serialized key. e.g. :raises UnsupportedAlgorithm: If the serialized key is of a type that is not supported by the backend or if the key is encrypted with a symmetric cipher that is not supported by the backend. - - -.. _`X.501`: en.wikipedia.org/wiki/X.500 |