From: Nikos Mavrogiannopoulos Date: Wed, 2 Nov 2016 07:13:38 +0000 (+0100) Subject: algorithms.h: removed exported prototype from internal header X-Git-Tag: gnutls_3_5_6~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f005403bf586137cefe5db66e37821ebf46df606;p=thirdparty%2Fgnutls.git algorithms.h: removed exported prototype from internal header --- 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 };