summaryrefslogtreecommitdiff
path: root/lib/gnutls_algorithms.c
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-08-31 15:02:48 +0200
committerSimon Josefsson <simon@josefsson.org>2009-08-31 15:02:48 +0200
commit3c10e94f134bbb8f653eac6b4464a734129ae9cd (patch)
tree3c2dac7b67262134ee5e43ba83901d4f943ed10e /lib/gnutls_algorithms.c
parente0eda60777d2dca22601d12b0703026a914f08e7 (diff)
downloadgnutls-3c10e94f134bbb8f653eac6b4464a734129ae9cd.tar.gz
Add comment explaining where magic values come from.
Diffstat (limited to 'lib/gnutls_algorithms.c')
-rw-r--r--lib/gnutls_algorithms.c2
1 files changed, 2 insertions, 0 deletions
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;