summaryrefslogtreecommitdiffstats
path: root/apps/ca.c
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>1999-05-02 21:36:58 +0000
committerBen Laurie <ben@openssl.org>1999-05-02 21:36:58 +0000
commit0b3f827cf5a44937fa6c8797d8c25337350fb599 (patch)
treefa696e0a0f11743c4ccb573fbeaad9c761cfa20a /apps/ca.c
parent8051996a5be1add0a935e1c60fe16c05f7b63b95 (diff)
Yet another stack.
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;