diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-11-08 17:57:01 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-11-08 17:57:43 +0100 |
commit | 3a7a9116a5ac1dd8fdb45ab90b6f86e6fcd10bb8 (patch) | |
tree | fc21573b88350d924d2e904caf837955e0a75d93 /lib/algorithms.h | |
parent | 1dcfd44d38b1bacde16ae5d8bd66c33619e27603 (diff) | |
download | gnutls-3a7a9116a5ac1dd8fdb45ab90b6f86e6fcd10bb8.tar.gz |
Allow easier marking of insecure algorithms.
Diffstat (limited to 'lib/algorithms.h')
-rw-r--r-- | lib/algorithms.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/algorithms.h b/lib/algorithms.h index a11a2a2bff..3ee2032aa6 100644 --- a/lib/algorithms.h +++ b/lib/algorithms.h @@ -56,6 +56,7 @@ const char *_gnutls_x509_mac_to_oid (gnutls_mac_algorithm_t mac); /* Functions for digests. */ const char *_gnutls_x509_digest_to_oid (gnutls_digest_algorithm_t algorithm); const char *_gnutls_digest_get_name (gnutls_digest_algorithm_t algorithm); +int _gnutls_digest_is_secure (gnutls_digest_algorithm_t algorithm); /* Functions for cipher suites. */ int _gnutls_supported_ciphersuites (gnutls_session_t session, |