gnutls-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU gnutls branch, master, updated. gnutls_3_0_0-76-ge1b8360


From: Simon Josefsson
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_3_0_0-76-ge1b8360
Date: Wed, 17 Aug 2011 07:36:57 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=e1b836027640829f8a1956eb52b4acf42b169395

The branch, master has been updated
       via  e1b836027640829f8a1956eb52b4acf42b169395 (commit)
      from  972eee8cba6ba84b968933757d4a0b013705c6ab (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e1b836027640829f8a1956eb52b4acf42b169395
Author: Simon Josefsson <address@hidden>
Date:   Wed Aug 17 09:36:49 2011 +0200

    Fix syntax-check nits.

-----------------------------------------------------------------------

Summary of changes:
 cfg.mk                |    2 ++
 src/crywrap/crywrap.c |    8 ++++----
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/cfg.mk b/cfg.mk
index 41f41d4..c6b619d 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -51,6 +51,8 @@ exclude_file_name_regexp--sc_prohibit_doubled_word = 
^tests/rsa-md5-collision/RE
 exclude_file_name_regexp--sc_prohibit_undesirable_word_seq = 
^tests/nist-pkits/gnutls-nist-tests.html
 exclude_file_name_regexp--sc_space_tab = 
^doc/.*.(pdf|png)|tests/nist-pkits/|tests/suite/x509paths/
 exclude_file_name_regexp--sc_two_space_separator_in_usage = 
^doc/cha-programs.texi|tests/sha2/sha2|tests/sha2/sha2-dsa$$
+exclude_file_name_regexp--sc_error_message_period = ^src/crywrap/crywrap.c$$
+exclude_file_name_regexp--sc_error_message_uppercase = 
^doc/examples/ex-cxx.cpp|guile/src/extra.c|src/certtool.c|src/crywrap/crywrap.c|tests/pkcs12_encode.c$$
 
 autoreconf:
        for f in $(PODIR)/*.po.in; do \
diff --git a/src/crywrap/crywrap.c b/src/crywrap/crywrap.c
index 1a46e5b..bdf4e0f 100644
--- a/src/crywrap/crywrap.c
+++ b/src/crywrap/crywrap.c
@@ -397,7 +397,7 @@ _crywrap_config_parse_opt (int key, char *arg, struct 
argp_state *state)
         {
          dh_file = load_file(arg);
          if (dh_file.data == NULL)
-           argp_error (state, "error loading Diffie Hellman parameters file: 
%s.", arg);
+           argp_error (state, "error loading Diffie Hellman parameters file: 
%s.", arg);
         }
       break;
     case 'p':
@@ -406,7 +406,7 @@ _crywrap_config_parse_opt (int key, char *arg, struct 
argp_state *state)
           const char* pos;
           ret = gnutls_priority_init(&cfg->priority, arg, &pos);
           if (ret < 0)
-           argp_error (state, "error in priority string at: %s.", pos);
+           argp_error (state, "error in priority string at: %s.", pos);
         }
       break;
     case 'c':
@@ -427,7 +427,7 @@ _crywrap_config_parse_opt (int key, char *arg, struct 
argp_state *state)
           const char* pos;
           ret = gnutls_priority_init(&cfg->priority, 
"NORMAL:+ANON-ECDH:+ANON-DH", &pos);
           if (ret < 0)
-           argp_error (state, "error in priority string at: %s.", pos);
+           argp_error (state, "error in priority string at: %s.", pos);
         }
       cfg->verify = 0;
       cfg->anon = 1;
@@ -461,7 +461,7 @@ _crywrap_config_parse_opt (int key, char *arg, struct 
argp_state *state)
                                                GNUTLS_X509_FMT_PEM);
       else
         ret = gnutls_certificate_set_x509_key_file (cred, pem_cert, pem_key,
-                                               GNUTLS_X509_FMT_PEM);
+                                                   GNUTLS_X509_FMT_PEM);
 
       if (ret < 0)
        argp_error (state, "Error reading X.509 key or certificate file: %s", 
gnutls_strerror(ret));


hooks/post-receive
-- 
GNU gnutls



reply via email to

[Prev in Thread] Current Thread [Next in Thread]