[openssl-commits] [openssl] master update

Dr. Stephen Henson steve at openssl.org
Tue Jan 12 18:46:54 UTC 2016


The branch master has been updated
       via  cf926b4563165c92b09ec7854d054e618b80de4c (commit)
      from  d5b33a518f9833d0550f61656a57f46c48bef926 (commit)


- Log -----------------------------------------------------------------
commit cf926b4563165c92b09ec7854d054e618b80de4c
Author: Dr. Stephen Henson <steve at openssl.org>
Date:   Tue Jan 12 18:09:34 2016 +0000

    fix jpaketest and correct comment
    
    Reviewed-by: Rich Salz <rsalz at openssl.org>

-----------------------------------------------------------------------

Summary of changes:
 include/openssl/crypto.h | 2 +-
 test/jpaketest.c         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/openssl/crypto.h b/include/openssl/crypto.h
index 7a45699..a32f373 100644
--- a/include/openssl/crypto.h
+++ b/include/openssl/crypto.h
@@ -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
diff --git a/test/jpaketest.c b/test/jpaketest.c
index 1c9cf24..7569f2e 100644
--- a/test/jpaketest.c
+++ b/test/jpaketest.c
@@ -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
 


More information about the openssl-commits mailing list