[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: rev 4651 - branches/issue-650-ssl-certs/subversion/libsvn_ra_dav

From: <kfogel_at_newton.ch.collab.net>
Date: 2003-01-30 18:39:32 CET

mass@tigris.org writes:
 Log:
 Adjusted symbols which began with an ssl prefix, to make it clearer that they
 are not part of the OpenSSL library.
 
 * subversion/libsvn_ra_dav/session.c:
   (struct svn_ssl_verify_baton_t) : Renamed from ssl_verify_baton_t.
   (svn_ssl_set_verify_callback) : Renamed from ssl_set_verify_callback,
   adjusted for other symbol name changes.
   (svn_ra_dav__open) : Adjusted for above.

Just some minor comments:

Internal symbols should use the double-underscore convention,
otherwise they look like part of Subversion's public interfaces (such
as the ones in include/svn_*.h). There's a bit in HACKING about this.

Thus

   svn_ssl__set_verify_callback()

etc.

Reviewing the whole branch is on my todo list; apologies that can't
get to it right away, just got a few burners going at the moment.

-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 14 02:25:53 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.