This commit is contained in:
Love Hornquist Astrand
2009-11-22 13:52:06 -08:00
parent 0e13e858b0
commit 796a9f2ec7

View File

@@ -3251,7 +3251,7 @@ _hx509_cert_get_eku(hx509_context context,
* @param context A hx509 context. * @param context A hx509 context.
* @param c the certificate to encode. * @param c the certificate to encode.
* @param os the encode certificate, set to NULL, 0 on case of * @param os the encode certificate, set to NULL, 0 on case of
* error. Free the returned structure with hx509_xfree(). * error. Free the os->data with hx509_xfree().
* *
* @return An hx509 error code, see hx509_get_error_string(). * @return An hx509 error code, see hx509_get_error_string().
* *