source:
freewrt/package/osiris/patches/03-openssl-0.9.8+.patch@
428f140
| Last change on this file since 428f140 was 475ad56, checked in by , 20 years ago | |
|---|---|
|
|
| File size: 735 bytes | |
-
src/osirismd/md_control.c
diff -ruN osiris-4.1.9-old/src/osirismd/md_control.c osiris-4.1.9-new/src/osirismd/md_control.c
old new 3262 3262 int index; 3263 3263 char checksum[41]; 3264 3264 3265 SHA _Init( &context );3266 SHA _Update( &context, key, (unsigned long)keysize );3267 SHA _Final( &( digest[0] ), &context );3265 SHA1_Init( &context ); 3266 SHA1_Update( &context, key, (unsigned long)keysize ); 3267 SHA1_Final( &( digest[0] ), &context ); 3268 3268 3269 3269 for ( index = 0; index < SHA_DIGEST_LENGTH; index++ ) 3270 3270 {
Note:
See TracBrowser
for help on using the repository browser.
