[pkg-opensc-commit] [libp11] 113/239: doxygen cleanups

Eric Dorland eric at moszumanska.debian.org
Sat Oct 17 06:21:15 UTC 2015


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

eric pushed a commit to branch master
in repository libp11.

commit 20497e82dc1aafa41c3407e9fec3c7c661e18fc2
Author: Alon Bar-Lev <alon.barlev at gmail.com>
Date:   Sun Mar 9 15:39:00 2008 +0000

    doxygen cleanups
---
 src/libp11.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/libp11.h b/src/libp11.h
index 0187178..f326240 100644
--- a/src/libp11.h
+++ b/src/libp11.h
@@ -286,7 +286,7 @@ extern int PKCS11_change_pin(PKCS11_SLOT * slot, const char *old_pin,
 
 extern int PKCS11_generate_key(PKCS11_TOKEN * token, int algorithm, unsigned int bits, char *label, unsigned char* id, unsigned int id_len);
 
-/* 
+/**
  * Store private key on a token
  *
  * @param token token returned by PKCS11_find_token()
@@ -299,7 +299,7 @@ extern int PKCS11_generate_key(PKCS11_TOKEN * token, int algorithm, unsigned int
  */
 extern int PKCS11_store_private_key(PKCS11_TOKEN * token, EVP_PKEY * pk, char *label, unsigned char *id, unsigned int id_len);
 
-/*
+/**
  * Store public key on a token
  *
  * @param token token returned by PKCS11_find_token()
@@ -312,7 +312,7 @@ extern int PKCS11_store_private_key(PKCS11_TOKEN * token, EVP_PKEY * pk, char *l
  */
 extern int PKCS11_store_public_key(PKCS11_TOKEN * token, EVP_PKEY * pk, char *label, unsigned char *id, unsigned int id_len);
 
-/*
+/**
  * Store certificate on a token
  *
  * @param token token returned by PKCS11_find_token()

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



More information about the pkg-opensc-commit mailing list