You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by cm...@apache.org on 2013/05/24 19:21:00 UTC

svn commit: r1486123 - /subversion/branches/master-passphrase/subversion/include/svn_auth.h

Author: cmpilato
Date: Fri May 24 17:21:00 2013
New Revision: 1486123

URL: http://svn.apache.org/r1486123
Log:
On the 'master-passphrase' branch:

* subversion/include/svn_auth.h
  Comment formatting change only.

Modified:
    subversion/branches/master-passphrase/subversion/include/svn_auth.h

Modified: subversion/branches/master-passphrase/subversion/include/svn_auth.h
URL: http://svn.apache.org/viewvc/subversion/branches/master-passphrase/subversion/include/svn_auth.h?rev=1486123&r1=1486122&r2=1486123&view=diff
==============================================================================
--- subversion/branches/master-passphrase/subversion/include/svn_auth.h (original)
+++ subversion/branches/master-passphrase/subversion/include/svn_auth.h Fri May 24 17:21:00 2013
@@ -366,8 +366,9 @@ typedef struct svn_auth_cred_ssl_server_
 typedef struct svn_auth_cred_master_passphrase_t
 {
   /** Master passphrase: this is the SHA-1 digest (as a counted
-      string, not a pretty-printed C-string) of the user-supplied
-      passphrase.  Subversion doesn't want the actual passphrase! */
+   * string, not a pretty-printed C-string) of the user-supplied
+   * passphrase.  Subversion doesn't want the actual passphrase!
+   */
   const svn_string_t *passphrase;
 
   /** Indicates if the credentials may be saved (to disk). For