summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2005-04-14 22:56:56 +0000
committerSimon Josefsson <simon@josefsson.org>2005-04-14 22:56:56 +0000
commit5301329329e5f750cde1c76264402754ca8fbc70 (patch)
tree523fdc2ade2ad0bf20d4e706d4850bf3d6aa57fa
parent4623a03cb804abecc041393c27f7f86acc816150 (diff)
downloadgnutls-5301329329e5f750cde1c76264402754ca8fbc70.tar.gz
Fix warning.
-rw-r--r--lib/gnutls_algorithms.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/gnutls_algorithms.h b/lib/gnutls_algorithms.h
index 73e6a2a06b..8bf7da1d1e 100644
--- a/lib/gnutls_algorithms.h
+++ b/lib/gnutls_algorithms.h
@@ -133,7 +133,6 @@ typedef struct gnutls_compression_entry gnutls_compression_entry;
/* Functions for sign algorithms. */
gnutls_sign_algorithm_t _gnutls_x509_oid2sign_algorithm(const char *oid);
-gnutls_sign_algorithm_t _gnutls_x509_oid2sign_algorithm(const char *oid);
gnutls_sign_algorithm_t _gnutls_x509_pk_to_sign(gnutls_pk_algorithm_t pk,
gnutls_mac_algorithm_t mac);
const char *_gnutls_x509_sign_to_oid(gnutls_pk_algorithm_t,