summaryrefslogtreecommitdiff
path: root/OpenSSL/crypto
diff options
context:
space:
mode:
authorJean-Paul Calderone <exarkun@divmod.com>2011-04-02 15:56:46 -0400
committerJean-Paul Calderone <exarkun@divmod.com>2011-04-02 15:56:46 -0400
commit9e6fcf8a1c4fc1d5b9f941505c27c4094ac54795 (patch)
tree03134ba9abe7025e50fad19af6df12e3c4227e41 /OpenSSL/crypto
parent5a9e4618cb0453c64f60436f03c04512a6177481 (diff)
downloadpyopenssl-9e6fcf8a1c4fc1d5b9f941505c27c4094ac54795.tar.gz
Sorry, these bytes are mega encoded.
Diffstat (limited to 'OpenSSL/crypto')
-rw-r--r--OpenSSL/crypto/x509ext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSSL/crypto/x509ext.c b/OpenSSL/crypto/x509ext.c
index 75c3311..bdaac7d 100644
--- a/OpenSSL/crypto/x509ext.c
+++ b/OpenSSL/crypto/x509ext.c
@@ -54,7 +54,7 @@ crypto_X509Extension_get_short_name(crypto_X509ExtensionObj *self, PyObject *arg
static char crypto_X509Extension_get_data_doc[] = "\n\
Returns the data of the X509Extension\n\
\n\
-@return: A C{str} giving the X509Extension's data.\n\
+@return: A C{str} giving the X509Extension's ASN.1 encoded data.\n\
";
static PyObject *