diff options
author | Simon Josefsson <simon@josefsson.org> | 2009-08-31 15:02:48 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2009-08-31 15:02:48 +0200 |
commit | 3c10e94f134bbb8f653eac6b4464a734129ae9cd (patch) | |
tree | 3c2dac7b67262134ee5e43ba83901d4f943ed10e | |
parent | e0eda60777d2dca22601d12b0703026a914f08e7 (diff) | |
download | gnutls-3c10e94f134bbb8f653eac6b4464a734129ae9cd.tar.gz |
Add comment explaining where magic values come from.
-rw-r--r-- | lib/gnutls_algorithms.c | 2 |
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; |