~exarkun/pyopenssl/trunk

« back to all changes in this revision

Viewing changes to OpenSSL/crypto/x509store.c

  • Committer: Jean-Paul Calderone
  • Date: 2011-09-11 19:49:43 UTC
  • mfrom: (156.3.22 sphinx-doc)
  • Revision ID: exarkun@divmod.com-20110911194943-ucaan2tzidk7ek5l
Convert the documentation from LaTeX/epytext to Sphinx/ReST

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
static char crypto_X509Store_add_cert_doc[] = "\n\
15
15
Add a certificate\n\
16
16
\n\
17
 
@param cert: The certificate to add\n\
18
 
@return: None\n\
 
17
:param cert: The certificate to add\n\
 
18
:return: None\n\
19
19
";
20
20
 
21
21
static PyObject *