diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2017-06-21 10:25:32 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2017-07-10 07:25:53 +0000 |
commit | 40ca6dc6830450cc02877d4af88e12a07bd6607f (patch) | |
tree | 7f56dd01f09daa4a7bf527bb32237ac6e534a076 /lib/algorithms | |
parent | 00727c8f208651cddb87fb9024eaf8e1e3f59018 (diff) | |
download | gnutls-40ca6dc6830450cc02877d4af88e12a07bd6607f.tar.gz |
priority: include a cache of supported ciphersuites
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'lib/algorithms')
-rw-r--r-- | lib/algorithms/ciphersuites.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/algorithms/ciphersuites.c b/lib/algorithms/ciphersuites.c index 428c97bc29..867f8c1a0e 100644 --- a/lib/algorithms/ciphersuites.c +++ b/lib/algorithms/ciphersuites.c @@ -1174,7 +1174,7 @@ const char *_gnutls_cipher_suite_get_name(const uint8_t suite[2]) } -static const gnutls_cipher_suite_entry_st +const gnutls_cipher_suite_entry_st *cipher_suite_get(gnutls_kx_algorithm_t kx_algorithm, gnutls_cipher_algorithm_t cipher_algorithm, gnutls_mac_algorithm_t mac_algorithm) |