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;