From c94d1e2d6896e18e85a2a90f8802eaf7352e911d Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Wed, 17 Mar 2010 17:56:47 +0100 Subject: Removed old time linux-cryptodev compatibility stuff. They are no longer needed and we now use the common with other systems crypto/cryptodev.h. Reported by M. Braun. --- extras/openssl-0.9.8k-cryptodev.diff | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/extras/openssl-0.9.8k-cryptodev.diff b/extras/openssl-0.9.8k-cryptodev.diff index 0a4793a..0a43e63 100644 --- a/extras/openssl-0.9.8k-cryptodev.diff +++ b/extras/openssl-0.9.8k-cryptodev.diff @@ -47,33 +47,6 @@ diff -ur openssl-0.9.8k/crypto/engine/eng_cryptodev.c openssl-0.9.8k.new/crypto/ #ifndef HAVE_CRYPTODEV void -@@ -54,7 +55,12 @@ - #else - - #include --#include -+#if defined(__linux__) -+# include -+# define HAVE_CRYPTODEV_NAME -+#else -+# include -+#endif - #include - #include - #include -@@ -77,7 +83,11 @@ - static int get_dev_crypto(void); - static int cryptodev_max_iv(int cipher); - static int cryptodev_key_length_valid(int cipher, int len); --static int cipher_nid_to_cryptodev(int nid); -+#ifndef HAVE_CRYPTODEV_NAME -+ static int cipher_nid_to_cryptodev(int nid); -+#else -+ static char *cipher_nid_to_cryptodev_name(int nid); -+#endif - static int get_cryptodev_ciphers(const int **cnids); - static int get_cryptodev_digests(const int **cnids); - static int cryptodev_usable_ciphers(const int **nids); diff -ur openssl-0.9.8k/crypto/engine/engine.h openssl-0.9.8k.new/crypto/engine/engine.h --- openssl-0.9.8k/crypto/engine/engine.h 2008-06-04 21:01:40.000000000 +0300 +++ openssl-0.9.8k.new/crypto/engine/engine.h 2009-11-24 13:41:49.000000000 +0200 -- cgit