summaryrefslogtreecommitdiff
path: root/src/gcrypt.h.in
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2013-04-11 10:43:05 +0200
committerWerner Koch <wk@gnupg.org>2013-04-11 10:43:05 +0200
commita4e1f6ae7ea7f140e36c331a362bc299dce08416 (patch)
tree0ffa18c57ba5fabc7847fbbf1e0dbcc9b9888730 /src/gcrypt.h.in
parent7524da2ba83d83a766c22d704006380c893e1c49 (diff)
downloadlibgcrypt-a4e1f6ae7ea7f140e36c331a362bc299dce08416.tar.gz
Remove obsolete warning note from gcry_pk_keygrip.
-- The keygrip is for a long time now a standard feature of libgcrypt. The existance of the warning comment in gcrypt.h was an oversight. Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'src/gcrypt.h.in')
-rw-r--r--src/gcrypt.h.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gcrypt.h.in b/src/gcrypt.h.in
index 3b37e19c..72fb6d33 100644
--- a/src/gcrypt.h.in
+++ b/src/gcrypt.h.in
@@ -991,8 +991,8 @@ int gcry_pk_map_name (const char* name) _GCRY_GCC_ATTR_PURE;
public or private KEY. */
unsigned int gcry_pk_get_nbits (gcry_sexp_t key) _GCRY_GCC_ATTR_PURE;
-/* Please note that keygrip is still experimental and should not be
- used without contacting the author. */
+/* Return the so called KEYGRIP which is the SHA-1 hash of the public
+ key parameters expressed in a way depending on the algorithm. */
unsigned char *gcry_pk_get_keygrip (gcry_sexp_t key, unsigned char *array);
/* Return the name of the curve matching KEY. */