around line 218 add the if check:

static void cleanup(X509_OBJECT *a)
{
+ if (!a)
+    return;
.


_______________________________________________
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Reply via email to