projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b216664
)
Fix a typo in a_enum.c.
author
Dr. Stephen Henson
<steve@openssl.org>
Mon, 13 Dec 1999 13:14:14 +0000
(13:14 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Mon, 13 Dec 1999 13:14:14 +0000
(13:14 +0000)
crypto/asn1/a_enum.c
patch
|
blob
|
history
diff --git
a/crypto/asn1/a_enum.c
b/crypto/asn1/a_enum.c
index 38134f36888c9ea7b176b36a2747fc429fb58b2e..56ee787a23e0cdbe8fcca1c0e338e3ef3aeb5ecc 100644
(file)
--- a/
crypto/asn1/a_enum.c
+++ b/
crypto/asn1/a_enum.c
@@
-181,7
+181,7
@@
ASN1_ENUMERATED *d2i_ASN1_ENUMERATED(ASN1_ENUMERATED **a, unsigned char **pp,
/* Strictly speaking this is an illegal ENUMERATED but we
* tolerate it.
*/
- ret->type=V_ASN1_
INTEGER
;
+ ret->type=V_ASN1_
ENUMERATED
;
} else if (*p & 0x80) /* a negative number */
{
ret->type=V_ASN1_NEG_ENUMERATED;