commit | b1a3af1931fc260ddd13bbbaf2860a811a84774c | [log] [tgz] |
---|---|---|
author | Jean-Paul Calderone <exarkun@divmod.com> | Sat Jul 25 12:21:18 2009 -0400 |
committer | Jean-Paul Calderone <exarkun@divmod.com> | Sat Jul 25 12:21:18 2009 -0400 |
tree | ebdd068d226797872d0def622111bbbcd6621572 | |
parent | 304866b30ecd8f7c13dd7e19dcf52604fa12915f [diff] [blame] |
expand these comments a bit
diff --git a/src/crypto/pkcs12.c b/src/crypto/pkcs12.c index 8b6d855..7bbdb07 100644 --- a/src/crypto/pkcs12.c +++ b/src/crypto/pkcs12.c
@@ -420,8 +420,7 @@ @returns: The PKCS12 object\n\ "; static PyObject * -crypto_PKCS12_new(PyTypeObject *subtype, PyObject *args, PyObject *kwargs) -{ +crypto_PKCS12_new(PyTypeObject *subtype, PyObject *args, PyObject *kwargs) { if (!PyArg_ParseTuple(args, ":PKCS12")) { return NULL; }