fix jpaketest and correct comment
authorDr. Stephen Henson <steve@openssl.org>
Tue, 12 Jan 2016 18:09:34 +0000 (18:09 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 12 Jan 2016 18:45:25 +0000 (18:45 +0000)
Reviewed-by: Rich Salz <rsalz@openssl.org>
include/openssl/crypto.h
test/jpaketest.c

index 7a45699a62843baff1dee3f3096e44d46835a0ef..a32f373724a55b6db05e661268296ad88d4878cf 100644 (file)
@@ -497,7 +497,7 @@ int CRYPTO_mem_debug_push(const char *info, const char *file, int line);
 int CRYPTO_mem_debug_pop(void);
 
 /*-
- * Debugging functions (enabled by CRYPTO_set_mem_debug_functions(1))
+ * Debugging functions (enabled by CRYPTO_set_mem_debug(1))
  * The flag argument has the following significance:
  *   0:   called before the actual memory allocation has taken place
  *   1:   called after the actual memory allocation has taken place
index 1c9cf24909d238b723b5ff6ca1e8e8cebaab46ea..7569f2e167321012002675e365eec285ed5ef1a5 100644 (file)
@@ -117,7 +117,7 @@ int main(int argc, char **argv)
 
     bio_err = BIO_new_fp(stderr, BIO_NOCLOSE | BIO_FP_TEXT);
 
-    CRYPTO_set_mem_debug_functions(1)
+    CRYPTO_set_mem_debug(1);
     CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_ON);
 #endif