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:
23-Mar-2006 15:08:33
Branch: HEAD Handle:
2006032314083300
Modified files:
openssl/crypto/ec ec_ameth.c
Log:
Typo.
Summary:
Revision Changes Path
1.8 +1 -1 openssl/crypto/ec/ec_ameth.c
____________________________________________________________
________________
patch -p0 <<' .'
Index: openssl/crypto/ec/ec_ameth.c
============================================================
================
$ cvs diff -u -r1.7 -r1.8 ec_ameth.c
--- openssl/crypto/ec/ec_ameth.c 23 Mar 2006 14:04:39
-0000 1.7
+++ openssl/crypto/ec/ec_ameth.c 23 Mar 2006 14:08:33
-0000 1.8
 -119,7 +119,7 
penclen = i2o_ECPublicKey(ec_key, &p);
if (penclen <= 0)
goto err;
- if (X509_PUBKEY_set0_param(pk,
OBJ_nid2obj(EVP_PKEY_DSA),
+ if (X509_PUBKEY_set0_param(pk, OBJ_nid2obj(EVP_PKEY_EC),
ptype, pval, penc, penclen))
return 1;
err:
 .
____________________________________________________________
__________
OpenSSL Project http://www.openssl.org
CVS Repository Commit List
openssl-cvs openssl.org
Automated List Manager
majordomo openssl.org
|