Remove duplicate lines.

This commit is contained in:
Dr. Stephen Henson
2004-12-12 13:15:49 +00:00
parent 0c0788ba0a
commit 5e8904f289
3 changed files with 0 additions and 3 deletions

View File

@@ -209,7 +209,6 @@ ASN1_UTCTIME *ASN1_UTCTIME_set(ASN1_UTCTIME *s, time_t t)
ASN1err(ASN1_F_ASN1_UTCTIME_SET,ERR_R_MALLOC_FAILURE);
return(NULL);
}
if (s->data != NULL)
if (s->data != NULL)
OPENSSL_free(s->data);
s->data=(unsigned char *)p;