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_2_9_9-12-gcdfda9a


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_9_9-12-gcdfda9a
Date: Sun, 29 Nov 2009 22:12:41 +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=cdfda9a68f5471af58c2cd2378b9bf8fb0007532

The branch, master has been updated
       via  cdfda9a68f5471af58c2cd2378b9bf8fb0007532 (commit)
      from  bc3e43d5f121e404aa32212dcfcc5027de807056 (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 cdfda9a68f5471af58c2cd2378b9bf8fb0007532
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Mon Nov 30 00:12:29 2009 +0200

    Only include cryptodev.h if cryptodev is there.

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

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

diff --git a/lib/cryptodev.c b/lib/cryptodev.c
index 92cc740..d8293bd 100644
--- a/lib/cryptodev.c
+++ b/lib/cryptodev.c
@@ -26,11 +26,12 @@
 #include <gnutls_int.h>
 #include <sys/ioctl.h>
 #include <fcntl.h>
-#include <crypto/cryptodev.h>
 #include <gnutls/crypto.h>
 
 #ifdef ENABLE_CRYPTODEV
 
+#include <crypto/cryptodev.h>
+
 #ifndef CRYPTO_CIPHER_MAX_KEY_LEN
 # define CRYPTO_CIPHER_MAX_KEY_LEN 64
 #endif


hooks/post-receive
-- 
GNU gnutls




reply via email to

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