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:
08-Apr-2007 19:45:04
Branch: OpenSSL_0_9_8-stable Handle:
2007040818450300
Modified files: (Branch: OpenSSL_0_9_8-stable)
openssl/crypto/asn1 asn_moid.c
Log:
Fix OID config module.
Summary:
Revision Changes Path
1.5.2.1 +1 -1 openssl/crypto/asn1/asn_moid.c
____________________________________________________________
________________
patch -p0 <<' .'
Index: openssl/crypto/asn1/asn_moid.c
============================================================
================
$ cvs diff -u -r1.5 -r1.5.2.1 asn_moid.c
--- openssl/crypto/asn1/asn_moid.c 27 Mar 2004 13:30:14
-0000 1.5
+++ openssl/crypto/asn1/asn_moid.c 8 Apr 2007 17:45:03
-0000 1.5.2.1
 -149,7 +149,7 
if (lntmp == NULL)
return 0;
memcpy(lntmp, ln, p - ln);
- lntmp[p - ln + 1] = 0;
+ lntmp[p - ln] = 0;
oid = OBJ_nid2obj(nid);
oid->ln = lntmp;
}
 .
____________________________________________________________
__________
OpenSSL Project http://www.openssl.org
CVS Repository Commit List
openssl-cvs openssl.org
Automated List Manager
majordomo openssl.org
|