summaryrefslogtreecommitdiff
path: root/lib/gnutls_algorithms.c
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-09-16 17:24:55 +0200
committerSimon Josefsson <simon@josefsson.org>2008-09-16 17:24:55 +0200
commit0e7fdf91bd810f400bdd9faa73d47c0c5797a213 (patch)
treedb0ea92eeb0e9649c231ac7bc7662f65476e6416 /lib/gnutls_algorithms.c
parent5cff6d578d0c38c56f2c8dfafa7d6dfc3ecbc4db (diff)
downloadgnutls-0e7fdf91bd810f400bdd9faa73d47c0c5797a213.tar.gz
Indent.
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 e023a432d4..124774ffae 100644
--- a/lib/gnutls_algorithms.c
+++ b/lib/gnutls_algorithms.c
@@ -1974,7 +1974,7 @@ gnutls_pk_get_id (const char *name)
{
if (strcasecmp (name, "RSA") == 0)
return GNUTLS_PK_RSA;
- else if (strcasecmp (name, "DSA") == 0)
+ else if (strcasecmp (name, "DSA") == 0)
return GNUTLS_PK_DSA;
return GNUTLS_PK_UNKNOWN;