summaryrefslogtreecommitdiffstats
path: root/crypto/qca-openssl/qca-ossl-openssl.patch
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/qca-openssl/qca-ossl-openssl.patch')
-rw-r--r--crypto/qca-openssl/qca-ossl-openssl.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/crypto/qca-openssl/qca-ossl-openssl.patch b/crypto/qca-openssl/qca-ossl-openssl.patch
deleted file mode 100644
index 0d171a0aa2..0000000000
--- a/crypto/qca-openssl/qca-ossl-openssl.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-http://websvn.kde.org/trunk/kdesupport/qca/plugins/qca-ossl/qca-ossl.cpp?r1=848615&r2=864423&view=patch
-
---- qca-ossl.cpp 2008/08/18 09:08:51 848615
-+++ qca-ossl.cpp 2008/09/24 19:22:26 864423
-@@ -6616,9 +6616,11 @@
- #ifdef SHA512_DIGEST_LENGTH
- list += "sha512";
- #endif
-+/*
- #ifdef OBJ_whirlpool
- list += "whirlpool";
- #endif
-+*/
- return list;
- }
-
-@@ -6863,10 +6865,12 @@
- else if ( type == "sha512" )
- return new opensslHashContext( EVP_sha512(), this, type);
- #endif
-+/*
- #ifdef OBJ_whirlpool
- else if ( type == "whirlpool" )
- return new opensslHashContext( EVP_whirlpool(), this, type);
- #endif
-+*/
- else if ( type == "pbkdf1(sha1)" )
- return new opensslPbkdf1Context( EVP_sha1(), this, type );
- else if ( type == "pbkdf1(md2)" )