Seek out and destroy another evil cast.

This commit is contained in:
Ulf Möller
2000-01-30 23:33:40 +00:00
parent 1749d8a039
commit 51ca375e7e
69 changed files with 108 additions and 100 deletions

View File

@@ -111,7 +111,7 @@ void X509_ALGOR_free(X509_ALGOR *a)
if (a == NULL) return;
ASN1_OBJECT_free(a->algorithm);
ASN1_TYPE_free(a->parameter);
Free((char *)a);
Free(a);
}
IMPLEMENT_STACK_OF(X509_ALGOR)