summaryrefslogtreecommitdiff
path: root/doc/examples/ex-crq.c
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/ex-crq.c')
-rw-r--r--doc/examples/ex-crq.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/examples/ex-crq.c b/doc/examples/ex-crq.c
index f36aece99a..59fedb36b2 100644
--- a/doc/examples/ex-crq.c
+++ b/doc/examples/ex-crq.c
@@ -1,7 +1,7 @@
/* This example code is placed in the public domain. */
#ifdef HAVE_CONFIG_H
-# include <config.h>
+#include <config.h>
#endif
#include <stdio.h>
@@ -35,7 +35,7 @@ main (void)
/* Generate an RSA key of moderate security.
*/
- bits = gnutls_sec_param_to_pk_bits( GNUTLS_PK_RSA, GNUTLS_SEC_PARAM_NORMAL);
+ bits = gnutls_sec_param_to_pk_bits (GNUTLS_PK_RSA, GNUTLS_SEC_PARAM_NORMAL);
gnutls_x509_privkey_generate (key, GNUTLS_PK_RSA, bits, 0);
/* Add stuff to the distinguished name