From: Dr. Stephen Henson Date: Fri, 2 Aug 2002 19:00:21 +0000 (+0000) Subject: Fix typo X-Git-Tag: OpenSSL_0_9_6f~2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=20515fe7df775fceb28d99306075f061d3b4c6f2;p=oweals%2Fopenssl.git Fix typo --- diff --git a/crypto/asn1/asn1_lib.c b/crypto/asn1/asn1_lib.c index be6d5f4f17..e4a56a926a 100644 --- 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