From f005403bf586137cefe5db66e37821ebf46df606 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Wed, 2 Nov 2016 08:13:38 +0100 Subject: algorithms.h: removed exported prototype from internal header --- lib/algorithms.h | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/algorithms.h b/lib/algorithms.h index 819f3c8035..ddb5828f0f 100644 --- a/lib/algorithms.h +++ b/lib/algorithms.h @@ -288,7 +288,6 @@ gnutls_credentials_type_t _gnutls_map_kx_get_cred(gnutls_kx_algorithm_t #define GNUTLS_DISTINCT_PK_ALGORITHMS 3 gnutls_pk_algorithm_t _gnutls_map_pk_get_pk(gnutls_kx_algorithm_t kx_algorithm); -const char *gnutls_pk_get_oid(gnutls_pk_algorithm_t pk); enum encipher_type { CIPHER_ENCRYPT = 0, CIPHER_SIGN = 1, CIPHER_IGN }; -- cgit v1.2.1