]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Add comment explaining where magic values come from.
authorSimon Josefsson <simon@josefsson.org>
Mon, 31 Aug 2009 13:02:48 +0000 (15:02 +0200)
committerSimon Josefsson <simon@josefsson.org>
Mon, 31 Aug 2009 13:02:48 +0000 (15:02 +0200)
lib/gnutls_algorithms.c

index 73179bbc2595f71807612399904e92861b38c99f..abf05a37e8348521665537a589d039fa2ab316e4 100644 (file)
@@ -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;