summaryrefslogtreecommitdiff
path: root/doc/html/intro.html
diff options
context:
space:
mode:
authorJean-Paul Calderone <exarkun@boson>2008-02-21 23:57:40 -0500
committerJean-Paul Calderone <exarkun@boson>2008-02-21 23:57:40 -0500
commit72b8f0fb39f1029de628e2c64bc00178b51baa90 (patch)
treedb16ffd307f20f98af972d1bbc42b3ff01ced3c2 /doc/html/intro.html
parent19555b97df992945d70a2dd24934481ace288661 (diff)
downloadpyopenssl-72b8f0fb39f1029de628e2c64bc00178b51baa90.tar.gz
Expose SSL_set_shutdown and SSL_get_shutdown on Connection
Diffstat (limited to 'doc/html/intro.html')
-rw-r--r--doc/html/intro.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/intro.html b/doc/html/intro.html
index 59655f6..e57f6f2 100644
--- a/doc/html/intro.html
+++ b/doc/html/intro.html
@@ -60,9 +60,9 @@ The M2Crypto.SSL module does implement a lot of OpenSSL's functionality but
unfortunately its error handling system does not seem to be finished,
especially for non-blocking I/O. I think that much of the reason for this
is that M2Crypto<A NAME="tex2html1"
- HREF="#foot881"><SUP>1</SUP></A> is
+ HREF="#foot894"><SUP>1</SUP></A> is
developed using SWIG<A NAME="tex2html2"
- HREF="#foot882"><SUP>2</SUP></A>. This
+ HREF="#foot895"><SUP>2</SUP></A>. This
makes it awkward to create functions that e.g. can return both an integer and
NULL since (as far as I know) you basically write C functions and SWIG makes
wrapper functions that parses the Python argument list and calls your C
@@ -71,12 +71,12 @@ function, and finally transforms your return value to a Python object.
<P>
<BR><HR><H4>Footnotes</H4>
<DL>
-<DT><A NAME="foot881">... M2Crypto</A><A
+<DT><A NAME="foot894">... M2Crypto</A><A
href="intro.html#tex2html1"><SUP>1</SUP></A></DT>
<DD>See <a class="url" href="http://www.post1.com/home/ngps/m2/">http://www.post1.com/home/ngps/m2/</a>
</DD>
-<DT><A NAME="foot882">... SWIG</A><A
+<DT><A NAME="foot895">... SWIG</A><A
href="intro.html#tex2html2"><SUP>2</SUP></A></DT>
<DD>See <a class="url" href="http://swig.sourceforge.net/">http://swig.sourceforge.net/</a>