Commit 20515fe7 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Fix typo

parent 24f55d76
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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