summaryrefslogtreecommitdiff
path: root/lib/algorithms.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-12-01 09:45:26 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-12-01 09:45:26 +0100
commit9929402e393677b78502a67f655e1fd4b13ed3fe (patch)
tree96f57a298b725b5b536f2689565ce7c481ce5715 /lib/algorithms.h
parentf4554411c98d53231ef264e5ce634225fc06ba30 (diff)
downloadgnutls-9929402e393677b78502a67f655e1fd4b13ed3fe.tar.gz
_gnutls_map_pk_get_pk -> _gnutls_map_kx_get_pk
Diffstat (limited to 'lib/algorithms.h')
-rw-r--r--lib/algorithms.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/algorithms.h b/lib/algorithms.h
index ddb5828f0f..60c0915098 100644
--- a/lib/algorithms.h
+++ b/lib/algorithms.h
@@ -286,7 +286,7 @@ gnutls_credentials_type_t _gnutls_map_kx_get_cred(gnutls_kx_algorithm_t
/* DSA + RSA + ECC */
#define GNUTLS_DISTINCT_PK_ALGORITHMS 3
-gnutls_pk_algorithm_t _gnutls_map_pk_get_pk(gnutls_kx_algorithm_t
+gnutls_pk_algorithm_t _gnutls_map_kx_get_pk(gnutls_kx_algorithm_t
kx_algorithm);
enum encipher_type { CIPHER_ENCRYPT = 0, CIPHER_SIGN = 1, CIPHER_IGN };