projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix typo in asn1.h (PRINTABLESTRING_STRING) and fix a bug in object creation
[openssl.git]
/
crypto
/
objects
/
obj_dat.pl
diff --git
a/crypto/objects/obj_dat.pl
b/crypto/objects/obj_dat.pl
index
ebeb243
..
5043dae
100644
(file)
--- 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;