From: Simon Josefsson Date: Mon, 31 Aug 2009 13:02:48 +0000 (+0200) Subject: Add comment explaining where magic values come from. X-Git-Tag: gnutls_2_9_4~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3c10e94f134bbb8f653eac6b4464a734129ae9cd;p=thirdparty%2Fgnutls.git Add comment explaining where magic values come from. --- diff --git a/lib/gnutls_algorithms.c b/lib/gnutls_algorithms.c index 73179bbc25..abf05a37e8 100644 --- a/lib/gnutls_algorithms.c +++ b/lib/gnutls_algorithms.c @@ -1787,6 +1787,8 @@ struct gnutls_sign_entry gnutls_sign_algorithm_t id; gnutls_pk_algorithm_t pk; gnutls_mac_algorithm_t mac; + /* See RFC 5246 HashAlgorithm and SignatureAlgorithm + for values to use in aid struct. */ sign_algorithm_st aid; }; typedef struct gnutls_sign_entry gnutls_sign_entry;