commit | 0b3f827cf5a44937fa6c8797d8c25337350fb599 | [log] [tgz] |
---|---|---|
author | Ben Laurie <ben@openssl.org> | Sun May 02 21:36:58 1999 +0000 |
committer | Ben Laurie <ben@openssl.org> | Sun May 02 21:36:58 1999 +0000 |
tree | fa696e0a0f11743c4ccb573fbeaad9c761cfa20a | |
parent | 8051996a5be1add0a935e1c60fe16c05f7b63b95 [diff] [blame] |
Yet another stack.
diff --git a/apps/ca.c b/apps/ca.c index 2fe6300..efcd817 100644 --- a/apps/ca.c +++ b/apps/ca.c
@@ -1721,7 +1721,8 @@ /* 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;