Magellan Linux

Contents of /trunk/qca-ossl/patches/qca-ossl-openssl-0.9.8i.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 839 - (show annotations) (download)
Thu Jun 11 11:36:30 2009 UTC (14 years, 11 months ago) by niro
File size: 774 byte(s)
qca-ossl patches

1 http://websvn.kde.org/trunk/kdesupport/qca/plugins/qca-ossl/qca-ossl.cpp?r1=848615&r2=864423&view=patch
2
3 --- qca-ossl/qca-ossl.cpp 2008/08/18 09:08:51 848615
4 +++ qca-ossl/qca-ossl.cpp 2008/09/24 19:22:26 864423
5 @@ -6616,9 +6616,11 @@
6 #ifdef SHA512_DIGEST_LENGTH
7 list += "sha512";
8 #endif
9 +/*
10 #ifdef OBJ_whirlpool
11 list += "whirlpool";
12 #endif
13 +*/
14 return list;
15 }
16
17 @@ -6863,10 +6865,12 @@
18 else if ( type == "sha512" )
19 return new opensslHashContext( EVP_sha512(), this, type);
20 #endif
21 +/*
22 #ifdef OBJ_whirlpool
23 else if ( type == "whirlpool" )
24 return new opensslHashContext( EVP_whirlpool(), this, type);
25 #endif
26 +*/
27 else if ( type == "pbkdf1(sha1)" )
28 return new opensslPbkdf1Context( EVP_sha1(), this, type );
29 else if ( type == "pbkdf1(md2)" )