summaryrefslogtreecommitdiff
path: root/src/common.c
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-02-06 12:38:49 +0000
committerSimon Josefsson <simon@josefsson.org>2007-02-06 12:38:49 +0000
commit37bc254cd39ac424e264342482e9c36b64ce1478 (patch)
treeba79cc9c289f4c3551cb5b262af5aa2a83dba631 /src/common.c
parentf984cb5b1398c82e6dd65d455e09b6c197a3ee22 (diff)
downloadgnutls-37bc254cd39ac424e264342482e9c36b64ce1478.tar.gz
Typo in last commit.
Diffstat (limited to 'src/common.c')
-rw-r--r--src/common.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/common.c b/src/common.c
index 90d086bda7..3be0596862 100644
--- a/src/common.c
+++ b/src/common.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation
+ * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation
* Author: Nikos Mavroyanopoulos
*
* This file is part of GNUTLS.
@@ -618,12 +618,12 @@ print_list (void)
printf (", ARCFOUR-40\n");
printf ("MACs:");
- printf (" SHA512\n");
- printf (", SHA384\n");
- printf (", SHA256\n");
- printf (", SHA1\n");
+ printf (" SHA512");
+ printf (", SHA384");
+ printf (", SHA256");
+ printf (", SHA1");
printf (", MD5");
- printf (", RMD160");
+ printf (", RMD160\n");
printf ("Key exchange algorithms:");
printf (" RSA");