~rick-fdd/pyopenssl/tests_of_types

« back to all changes in this revision

Viewing changes to src/crypto/x509store.c

  • Committer: Jean-Paul Calderone
  • Date: 2009-05-27 18:06:48 UTC
  • Revision ID: exarkun@divmod.com-20090527180648-gofifvzx3nxlibkw
Change docstrings from being C programmer oriented to being Python programmer oriented

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
static char crypto_X509Store_add_cert_doc[] = "\n\
14
14
Add a certificate\n\
15
15
\n\
16
 
Arguments: self - The X509Store object\n\
17
 
           args - The Python argument tuple, should be:\n\
18
 
             cert - The certificate to add\n\
19
 
Returns:   None\n\
 
16
@param cert: The certificate to add\n\
 
17
@return: None\n\
20
18
";
21
19
 
22
20
static PyObject *