aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/objects
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-02-13 17:15:32 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-02-13 17:15:32 +0000
commite4119b931172a6a28e2ecb65ef41c6f23b89d09c (patch)
tree5467ca9197750aa48bfa55618e5906333f60de92 /crypto/objects
parent4a71b90debd3db4bade3792d249272e2e52b2016 (diff)
downloadopenssl-e4119b931172a6a28e2ecb65ef41c6f23b89d09c.tar.gz
Fix typo in asn1.h (PRINTABLESTRING_STRING) and fix a bug in object creation
perl script. It failed if the OID had any zeros in it.
Diffstat (limited to 'crypto/objects')
-rw-r--r--crypto/objects/obj_dat.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/objects/obj_dat.pl b/crypto/objects/obj_dat.pl
index ebeb243d80..5043daef2a 100644
--- a/crypto/objects/obj_dat.pl
+++ b/crypto/objects/obj_dat.pl
@@ -252,7 +252,7 @@ sub der_it
$ret.=pack("C*",$a[0]*40+$a[1]);
shift @a;
shift @a;
- while ($_=shift(@a))
+ foreach (@a)
{
@r=();
$t=0;