]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
algorithms.h: removed exported prototype from internal header
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Wed, 2 Nov 2016 07:13:38 +0000 (08:13 +0100)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Wed, 2 Nov 2016 07:13:38 +0000 (08:13 +0100)
lib/algorithms.h

index 819f3c8035a5076db49f4693d5913a85c7a174d0..ddb5828f0f6a864b920e88ab2723e62b7b0821dd 100644 (file)
@@ -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 };