Now that X509_OBJECT is opaque, we need to allocate it on the heap
authortb <tb@openbsd.org>
Sun, 31 Oct 2021 16:45:04 +0000 (16:45 +0000)
committertb <tb@openbsd.org>
Sun, 31 Oct 2021 16:45:04 +0000 (16:45 +0000)
commitc0cf7de61a03ea013478a1705242e46679a4477c
tree18b0aae30013ee6ea61567819136ed7ff9778690
parentb300be5b908303c7fbdff29545eb968ceefa351e
Now that X509_OBJECT is opaque, we need to allocate it on the heap
instead of having it on the stack. Adjust code accordingly.
sbin/isakmpd/x509.c