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:
f908226
)
Fix typo
author
Dr. Stephen Henson
<steve@openssl.org>
Fri, 2 Aug 2002 18:58:33 +0000
(18:58 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Fri, 2 Aug 2002 18:58:33 +0000
(18:58 +0000)
crypto/asn1/asn1_lib.c
patch
|
blob
|
history
diff --git
a/crypto/asn1/asn1_lib.c
b/crypto/asn1/asn1_lib.c
index f8b636c505fd6df46b11f80cf83f90c725780f5c..0638870ab78f7471677245b7eade38295658916d 100644
(file)
--- a/
crypto/asn1/asn1_lib.c
+++ b/
crypto/asn1/asn1_lib.c
@@
-125,7
+125,7
@@
int ASN1_get_object(unsigned char **pp, long *plength, int *ptag, int *pclass,
(int)(omax+ *pp));
#endif
- if (*plength > (omax - (
*
p - *pp)))
+ if (*plength > (omax - (p - *pp)))
{
ASN1err(ASN1_F_ASN1_GET_OBJECT,ASN1_R_TOO_LONG);
/* Set this so that even if things are not long enough