Commit 8188e153 authored by Ben Laurie's avatar Ben Laurie
Browse files

Evil cast extermination.

parent 8f0edcd1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -118,7 +118,7 @@ void PKCS7_RECIP_INFO_free(PKCS7_RECIP_INFO *a)
	X509_ALGOR_free(a->key_enc_algor);
	ASN1_OCTET_STRING_free(a->enc_key);
	if (a->cert != NULL) X509_free(a->cert);
	Free((char *)a);
	Free(a);
	}

IMPLEMENT_STACK_OF(PKCS7_RECIP_INFO)