summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLaurens Van Houtven <_@lvh.io>2015-04-20 11:21:29 -0700
committerLaurens Van Houtven <_@lvh.io>2015-04-20 11:21:29 -0700
commit555c83dd874e5ed95ae4fa2cdc01ecc717f3ed7a (patch)
tree026ac902afe5a6d1a5faaf4ea5b77b20cac9dbfd /doc
parent01d54174ab88126f2b5162186262145ba4c39480 (diff)
downloadpyopenssl-555c83dd874e5ed95ae4fa2cdc01ecc717f3ed7a.tar.gz
Remove X509ExtensionType reference
Diffstat (limited to 'doc')
-rw-r--r--doc/api/crypto.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/api/crypto.rst b/doc/api/crypto.rst
index ffeae11..73e70e3 100644
--- a/doc/api/crypto.rst
+++ b/doc/api/crypto.rst
@@ -49,11 +49,6 @@
A Python type object representing the PKCS12 object type.
-.. py:data:: X509ExtensionType
-
- See :py:class:`X509Extension`.
-
-
.. py:class:: X509Extension(typename, critical, value[, subject][, issuer])
A class representing an X.509 v3 certificate extensions. See