[Pkg-gnupg-commit] [gnupg2] 29/205: Put asterisks in front of two function descriptions.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Wed May 11 08:38:11 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch experimental
in repository gnupg2.

commit 772f6b29b557e4e80353bc48e34d7214be895f33
Author: Werner Koch <wk at gnupg.org>
Date:   Sun Feb 14 16:11:06 2016 +0100

    Put asterisks in front of two function descriptions.
    
    --
    
    This helps visual impaired hackers to easier read comments and also
    helps use when looking at a printout.
---
 g10/seskey.c | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/g10/seskey.c b/g10/seskey.c
index 507eea1..561118a 100644
--- a/g10/seskey.c
+++ b/g10/seskey.c
@@ -32,10 +32,10 @@
 
 
 /* Generate a new session key in *DEK that is appropriate for the
-   algorithm DEK->ALGO (i.e., ensure that the key is not weak).
-
-   This function overwrites DEK->KEYLEN, DEK->KEY.  The rest of the
-   fields are left as is.  */
+ * algorithm DEK->ALGO (i.e., ensure that the key is not weak).
+ *
+ * This function overwrites DEK->KEYLEN, DEK->KEY.  The rest of the
+ * fields are left as is.  */
 void
 make_session_key( DEK *dek )
 {
@@ -70,11 +70,11 @@ make_session_key( DEK *dek )
 
 
 /* Encode the session key stored in DEK as an MPI in preparation to
-   encrypt it with the public key algorithm OPENPGP_PK_ALGO with a key
-   whose length (the size of the public key) is NBITS.
-
-   On success, returns an MPI, which the caller must free using
-   gcry_mpi_release().  */
+ * encrypt it with the public key algorithm OPENPGP_PK_ALGO with a key
+ * whose length (the size of the public key) is NBITS.
+ *
+ * On success, returns an MPI, which the caller must free using
+ * gcry_mpi_release().  */
 gcry_mpi_t
 encode_session_key (int openpgp_pk_algo, DEK *dek, unsigned int nbits)
 {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git



More information about the Pkg-gnupg-commit mailing list