In apps, malloc or die
[openssl.git] / apps / apps.h
index 5b24233515294962af46baaa45df8f13f9ef8bb9..e55dcd60e8169bc03232668023f374a83a0d1bb7 100644 (file)
@@ -469,6 +469,7 @@ typedef struct ca_db_st {
     TXT_DB *db;
 } CA_DB;
 
+void* app_malloc(int sz, const char *what);
 BIGNUM *load_serial(char *serialfile, int create, ASN1_INTEGER **retai);
 int save_serial(char *serialfile, char *suffix, BIGNUM *serial,
                 ASN1_INTEGER **retai);