aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-transport-certificate-creation.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-06 20:55:28 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-06 20:55:28 +0000
commit61c39c60565b386e0e12ea669556b030e8cd7180 (patch)
tree59109aeab8297bdc996faca8c4e38ec7426c36cf /src/transport/gnunet-transport-certificate-creation.c
parent780eb09dd8040ecf8649d40ddf8314464e0fc48e (diff)
downloadgnunet-61c39c60565b386e0e12ea669556b030e8cd7180.tar.gz
gnunet-61c39c60565b386e0e12ea669556b030e8cd7180.zip
-remove trailing whitespace
Diffstat (limited to 'src/transport/gnunet-transport-certificate-creation.c')
-rw-r--r--src/transport/gnunet-transport-certificate-creation.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/transport/gnunet-transport-certificate-creation.c b/src/transport/gnunet-transport-certificate-creation.c
index b26d2e06d..ff9a331f1 100644
--- a/src/transport/gnunet-transport-certificate-creation.c
+++ b/src/transport/gnunet-transport-certificate-creation.c
@@ -28,7 +28,7 @@
28 28
29 29
30static void 30static void
31removecerts (const char *file1, 31removecerts (const char *file1,
32 const char *file2) 32 const char *file2)
33{ 33{
34 if (GNUNET_YES == GNUNET_DISK_file_test (file1)) 34 if (GNUNET_YES == GNUNET_DISK_file_test (file1))
@@ -55,7 +55,7 @@ main (int argc, char **argv)
55 55
56 if (3 != argc) 56 if (3 != argc)
57 { 57 {
58 fprintf (stderr, 58 fprintf (stderr,
59 "Invalid arguments.\n"); 59 "Invalid arguments.\n");
60 return 1; 60 return 1;
61 } 61 }
@@ -68,7 +68,7 @@ main (int argc, char **argv)
68 "-out", argv[1], "1024", NULL); 68 "-out", argv[1], "1024", NULL);
69 if (NULL == openssl) 69 if (NULL == openssl)
70 { 70 {
71 fprintf (stderr, 71 fprintf (stderr,
72 "Failed to run openssl. Is openssl installed?\n"); 72 "Failed to run openssl. Is openssl installed?\n");
73 return 2; 73 return 2;
74 } 74 }
@@ -83,7 +83,7 @@ main (int argc, char **argv)
83 "-new", "-x509", "-key", argv[1], NULL); 83 "-new", "-x509", "-key", argv[1], NULL);
84 if (NULL == openssl) 84 if (NULL == openssl)
85 { 85 {
86 fprintf (stderr, 86 fprintf (stderr,
87 "Failed to create self-signed certificate with openssl.\n"); 87 "Failed to create self-signed certificate with openssl.\n");
88 return 3; 88 return 3;
89 } 89 }