You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Karl Fogel <kf...@red-bean.com> on 2008/03/27 19:07:09 UTC

Re: svn commit: r30092 - trunk/subversion/libsvn_ra_serf

lgo@tigris.org writes:
> -/* Return a string describing ORG, formatted as an X.509 'Issuer' and
> -   allocated in POOL.  ORG is as returned by serf_ssl_cert_issuer(). */
> +/* Convert a hash table containing the fields (as documented in X.509) of an
> +  organisation to a string ORG, allocated in POOL. ORG is as returned by 
> +   serf_ssl_cert_issuer() and serf_ssl_cert_subject(). */
>  static char *
>  convert_organisation_to_str(apr_hash_t *org, apr_pool_t *pool)
>  {

Your log message was too kind to point out that I completely
misdocumented this in my attempt, in a dumb way too.  Thank you for
fixing it.

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org