summaryrefslogtreecommitdiff
path: root/apps/ca.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/ca.c')
-rw-r--r--apps/ca.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/ca.c b/apps/ca.c
index 2fe6300216..efcd817311 100644
--- a/apps/ca.c
+++ b/apps/ca.c
@@ -1721,7 +1721,8 @@ again2:
/* Free the current entries if any, there should not
* be any I belive */
if (ci->extensions != NULL)
- sk_pop_free(ci->extensions,X509_EXTENSION_free);
+ sk_X509_EXTENSION_pop_free(ci->extensions,
+ X509_EXTENSION_free);
ci->extensions = NULL;