OpenSSL CVS Repository
http://cvs.openssl.org/
____________________________________________________________
________________
Server: cvs.openssl.org Name: Dr.
Stephen Henson
Root: /v/openssl/cvs Email: steve openssl.org
Module: openssl Date:
21-May-2007 14:16:37
Branch: HEAD Handle:
2007052113163600
Modified files:
openssl/engines/ccgost gost_crypt.c gost_pmeth.c
Log:
Fix warning and back out bad modification.
Summary:
Revision Changes Path
1.9 +1 -1
openssl/engines/ccgost/gost_crypt.c
1.6 +1 -1
openssl/engines/ccgost/gost_pmeth.c
____________________________________________________________
________________
patch -p0 <<' .'
Index: openssl/engines/ccgost/gost_crypt.c
============================================================
================
$ cvs diff -u -r1.8 -r1.9 gost_crypt.c
--- openssl/engines/ccgost/gost_crypt.c 18 May 2007
15:55:54 -0000 1.8
+++ openssl/engines/ccgost/gost_crypt.c 21 May 2007
12:16:36 -0000 1.9
 -565,7 +565,7 
static void mac_block_mesh(struct ossl_gost_imit_ctx
*c,const unsigned char *data)
{
- char buffer[8];
+ unsigned char buffer[8];
/* We are using local buffer for iv because CryptoPro
doesn't
* interpret internal state of MAC algorithm as iv
during keymeshing
* (but does initialize internal state from iv in key
transport
 .
patch -p0 <<' .'
Index: openssl/engines/ccgost/gost_pmeth.c
============================================================
================
$ cvs diff -u -r1.5 -r1.6 gost_pmeth.c
--- openssl/engines/ccgost/gost_pmeth.c 18 May 2007
15:55:55 -0000 1.5
+++ openssl/engines/ccgost/gost_pmeth.c 21 May 2007
12:16:36 -0000 1.6
 -591,7 +591,7 
} else {
key = &(data->key);
}
- return
imit_gost_vizir.md_ctrl(mctx,EVP_MD_CTRL_SET_KEY,32,key);
+ return
mctx->digest->md_ctrl(mctx,EVP_MD_CTRL_SET_KEY,32,key)
;
}
}
return -2;
 .
____________________________________________________________
__________
OpenSSL Project http://www.openssl.org
CVS Repository Commit List
openssl-cvs openssl.org
Automated List Manager
majordomo openssl.org
|