gnutls-commit
[Top][All Lists]
Advanced

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

[SCM] GNU gnutls branch, gnutls_3_0_x, updated. gnutls_3_0_0-26-g5d3cdd0


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, gnutls_3_0_x, updated. gnutls_3_0_0-26-g5d3cdd0
Date: Fri, 05 Aug 2011 13:34:38 +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=5d3cdd0cb87f2beaf0a4d5064f14c8004bf52e60

The branch, gnutls_3_0_x has been updated
       via  5d3cdd0cb87f2beaf0a4d5064f14c8004bf52e60 (commit)
      from  a8164de1072a64c88d870580fa2f226a03ab2ced (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 5d3cdd0cb87f2beaf0a4d5064f14c8004bf52e60
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Fri Aug 5 15:34:26 2011 +0200

    better placement of ifdefs.

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

Summary of changes:
 lib/auth/cert.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/auth/cert.c b/lib/auth/cert.c
index fb53fe8..46ceba7 100644
--- a/lib/auth/cert.c
+++ b/lib/auth/cert.c
@@ -592,10 +592,10 @@ call_get_cert_callback (gnutls_session_t session,
               goto cleanup;
             }
         }
-      break;
 #endif
-#ifdef ENABLE_PKCS11
+      break;
     case GNUTLS_PRIVKEY_PKCS11:
+#ifdef ENABLE_PKCS11
       if (st2.key.pkcs11 != NULL)
         {
           local_key =
@@ -607,8 +607,8 @@ call_get_cert_callback (gnutls_session_t session,
               goto cleanup;
             }
         }
-      break;
 #endif
+      break;
     case GNUTLS_PRIVKEY_X509:
       if (st2.key.x509 != NULL)
         {


hooks/post-receive
-- 
GNU gnutls



reply via email to

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