summaryrefslogtreecommitdiff
path: root/lib/algorithms.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/algorithms.h')
-rw-r--r--lib/algorithms.h1
1 files changed, 0 insertions, 1 deletions
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 };