diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-11-02 08:13:38 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-11-02 08:13:38 +0100 |
commit | f005403bf586137cefe5db66e37821ebf46df606 (patch) | |
tree | fad98bfebfa34405564f49f109a1ebdc6af6cd50 | |
parent | 3d2315ebade454307ab292d0652a4a5aa4a8101e (diff) | |
download | gnutls-f005403bf586137cefe5db66e37821ebf46df606.tar.gz |
algorithms.h: removed exported prototype from internal header
-rw-r--r-- | lib/algorithms.h | 1 |
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 }; |