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:
13-Apr-2006 02:26:06
Branch: HEAD Handle:
2006041301260500
Modified files:
openssl/crypto/dh dh.h dh_err.c dh_pmeth.c
Log:
Typo.
Summary:
Revision Changes Path
1.43 +1 -0 openssl/crypto/dh/dh.h
1.17 +1 -0 openssl/crypto/dh/dh_err.c
1.2 +1 -1 openssl/crypto/dh/dh_pmeth.c
____________________________________________________________
________________
patch -p0 <<' .'
Index: openssl/crypto/dh/dh.h
============================================================
================
$ cvs diff -u -r1.42 -r1.43 dh.h
--- openssl/crypto/dh/dh.h 12 Apr 2006 23:51:23 -0000 1.42
+++ openssl/crypto/dh/dh.h 13 Apr 2006 00:26:05 -0000 1.43
 -242,6 +242,7 
#define DH_R_BN_ERROR 106
#define DH_R_DECODE_ERROR 104
#define DH_R_INVALID_PUBKEY 102
+#define DH_R_NO_PARAMETERS_SET 107
#define DH_R_NO_PRIVATE_VALUE 100
#define DH_R_PARAMETER_ENCODING_ERROR 105
 .
patch -p0 <<' .'
Index: openssl/crypto/dh/dh_err.c
============================================================
================
$ cvs diff -u -r1.16 -r1.17 dh_err.c
--- openssl/crypto/dh/dh_err.c 12 Apr 2006 23:51:23
-0000 1.16
+++ openssl/crypto/dh/dh_err.c 13 Apr 2006 00:26:05
-0000 1.17
 -93,6 +93,7 
{ERR_REASON(DH_R_BN_ERROR) ,"bn
error"},
{ERR_REASON(DH_R_DECODE_ERROR) ,"decode
error"},
{ERR_REASON(DH_R_INVALID_PUBKEY) ,"invalid
public key"},
+{ERR_REASON(DH_R_NO_PARAMETERS_SET) ,"no
parameters set"},
{ERR_REASON(DH_R_NO_PRIVATE_VALUE) ,"no
private value"},
{ERR_REASON(DH_R_PARAMETER_ENCODING_ERROR),"parameter
encoding error"},
{0,NULL}
 .
patch -p0 <<' .'
Index: openssl/crypto/dh/dh_pmeth.c
============================================================
================
$ cvs diff -u -r1.1 -r1.2 dh_pmeth.c
--- openssl/crypto/dh/dh_pmeth.c 12 Apr 2006 23:51:23
-0000 1.1
+++ openssl/crypto/dh/dh_pmeth.c 13 Apr 2006 00:26:05
-0000 1.2
 -169,7 +169,7 
DH *dh = NULL;
if (ctx->pkey == NULL)
{
- DHerr(DH_F_PKEY_DH_KEYGEN, DSA_R_NO_PARAMETERS_SET);
+ DHerr(DH_F_PKEY_DH_KEYGEN, DH_R_NO_PARAMETERS_SET);
return 0;
}
dh = DH_new();
 .
____________________________________________________________
__________
OpenSSL Project http://www.openssl.org
CVS Repository Commit List
openssl-cvs openssl.org
Automated List Manager
majordomo openssl.org
|