diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-08 14:09:45 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-08 14:09:45 +0200 |
commit | 1e60f16ff4121d20025f8a00244ae4b5856f5581 (patch) | |
tree | d86f77fa497f7f9d935b53a5bcc3eb2c01ea74fd /package/osiris/patches/patch-src_osirismd_md_control_c | |
parent | 854670adfd162d4dff21085804a03c6c903c7f60 (diff) | |
parent | eecf91bc2127f5d0fcd6e0935e0a07be84b692ff (diff) |
Merge branch 'master' of git+ssh://www.openadk.org/git/openadk
Diffstat (limited to 'package/osiris/patches/patch-src_osirismd_md_control_c')
-rw-r--r-- | package/osiris/patches/patch-src_osirismd_md_control_c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/package/osiris/patches/patch-src_osirismd_md_control_c b/package/osiris/patches/patch-src_osirismd_md_control_c deleted file mode 100644 index 0c33533c8..000000000 --- a/package/osiris/patches/patch-src_osirismd_md_control_c +++ /dev/null @@ -1,16 +0,0 @@ -$Id: update-patches 24 2008-08-31 14:56:13Z wbx $ ---- osiris-4.2.3.orig/src/osirismd/md_control.c 2006-12-05 13:02:48.000000000 +0100 -+++ osiris-4.2.3/src/osirismd/md_control.c 2009-05-10 21:28:06.000000000 +0200 -@@ -3259,9 +3259,9 @@ osi_bool generate_session_key_hash( unsi - int index; - char checksum[41]; - -- SHA_Init( &context ); -- SHA_Update( &context, key, (unsigned long)keysize ); -- SHA_Final( &( digest[0] ), &context ); -+ SHA1_Init( &context ); -+ SHA1_Update( &context, key, (unsigned long)keysize ); -+ SHA1_Final( &( digest[0] ), &context ); - - for ( index = 0; index < SHA_DIGEST_LENGTH; index++ ) - { |