summaryrefslogtreecommitdiff
path: root/lib/gnutls_algorithms.c
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-09-01 16:38:17 +0200
committerSimon Josefsson <simon@josefsson.org>2008-09-01 16:38:17 +0200
commit9796f6e03739f6448b10b6b35214d10a8ac4c305 (patch)
tree695382c5ce660038ac9c372e9083222588259487 /lib/gnutls_algorithms.c
parentf53f93d0a4af111669ec91a11e19cfd1a34b95f1 (diff)
downloadgnutls-9796f6e03739f6448b10b6b35214d10a8ac4c305.tar.gz
Fix warning.
Diffstat (limited to 'lib/gnutls_algorithms.c')
-rw-r--r--lib/gnutls_algorithms.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls_algorithms.c b/lib/gnutls_algorithms.c
index cce7af68d1..1531a3c4ed 100644
--- a/lib/gnutls_algorithms.c
+++ b/lib/gnutls_algorithms.c
@@ -2104,7 +2104,7 @@ gnutls_pk_algorithm_get_name (gnutls_pk_algorithm_t algorithm)
const gnutls_pk_algorithm_t *
gnutls_pk_list (void)
{
- const static gnutls_pk_algorithm_t supported_pks[] = {
+ static const gnutls_pk_algorithm_t supported_pks[] = {
GNUTLS_PK_RSA,
GNUTLS_PK_DSA,
0