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-26-g99c3076


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_3_0_0-26-g99c3076
Date: Fri, 05 Aug 2011 13:34:49 +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=99c30761cd072643d7b589eb14d6c1cfd00c696f

The branch, master has been updated
       via  99c30761cd072643d7b589eb14d6c1cfd00c696f (commit)
      from  16214580b35ac3348f1afda0f58b2f1350c040ef (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 99c30761cd072643d7b589eb14d6c1cfd00c696f
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]