diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-03-24 12:46:46 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-03-24 12:46:46 +0000 |
commit | e84104dbdfa620e3b4ccf7a29c69de3514e976b8 (patch) | |
tree | 050f3f2573ee8b0d17e30c341423612c254a4eff /package/openswan/linux-2.6.20.4-openswan-2.4.7.kernel-2.6-zzz-crypto_alg_available.patch | |
parent | 829f498f7de640eac13ed4fa3cecb92bc1816610 (diff) | |
download | buildroot-novena-e84104dbdfa620e3b4ccf7a29c69de3514e976b8.tar.gz buildroot-novena-e84104dbdfa620e3b4ccf7a29c69de3514e976b8.zip |
- fwd port
Diffstat (limited to 'package/openswan/linux-2.6.20.4-openswan-2.4.7.kernel-2.6-zzz-crypto_alg_available.patch')
-rw-r--r-- | package/openswan/linux-2.6.20.4-openswan-2.4.7.kernel-2.6-zzz-crypto_alg_available.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/openswan/linux-2.6.20.4-openswan-2.4.7.kernel-2.6-zzz-crypto_alg_available.patch b/package/openswan/linux-2.6.20.4-openswan-2.4.7.kernel-2.6-zzz-crypto_alg_available.patch new file mode 100644 index 000000000..52ebd1bb5 --- /dev/null +++ b/package/openswan/linux-2.6.20.4-openswan-2.4.7.kernel-2.6-zzz-crypto_alg_available.patch @@ -0,0 +1,11 @@ +--- linux-2.6.20.oorig/net/ipsec/ipsec_alg_cryptoapi.c 2007-02-15 12:30:41.000000000 +0100 ++++ linux-2.6.20/net/ipsec/ipsec_alg_cryptoapi.c 2007-02-15 13:47:07.000000000 +0100 +@@ -197,7 +197,7 @@ static struct ipsec_alg_capi_cipher alg_ + */ + int setup_cipher(const char *ciphername) + { +- return crypto_alg_available(ciphername, 0); ++ return crypto_has_alg(ciphername, 0, CRYPTO_ALG_ASYNC); + } + + /* |