From 8fa8981654cdebf4cd817724782208ab7270b8cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 13 Jan 2008 14:02:58 +0000 Subject: [PATCH] More documentation. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22430 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/cert.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/hx509/cert.c b/lib/hx509/cert.c index 9ec10daf2..287c94ea6 100644 --- a/lib/hx509/cert.c +++ b/lib/hx509/cert.c @@ -3036,7 +3036,8 @@ _hx509_cert_get_eku(hx509_context context, * * @param context A hx509 context. * @param c the certificate to encode. - * @param os the encode certificate, set to NULL, 0 on case of error. + * @param os the encode certificate, set to NULL, 0 on case of + * error. Free the returned structure with hx509_xfree(). * * @return An hx509 error code, see hx509_get_error_string(). *