From 9b8df39bee7708b2239a4b3f7f8deea0c259ecf4 Mon Sep 17 00:00:00 2001 From: joe Date: Sun, 25 Sep 2016 21:33:05 +0000 Subject: * src/ne_openssl.c (ne_md5_create_ctx): Remove debugging code. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1972 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845 --- src/ne_openssl.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src') diff --git a/src/ne_openssl.c b/src/ne_openssl.c index 41fdcae..8f530e0 100644 --- a/src/ne_openssl.c +++ b/src/ne_openssl.c @@ -1284,9 +1284,6 @@ static int init_md5_ctx(struct ne_md5_ctx *ctx) struct ne_md5_ctx *ne_md5_create_ctx(void) { -#if 1 - return NULL; -#else struct ne_md5_ctx *ctx = ne_malloc(sizeof *ctx); if (init_md5_ctx(ctx)) { @@ -1295,7 +1292,6 @@ struct ne_md5_ctx *ne_md5_create_ctx(void) } return ctx; -#endif } void ne_md5_process_block(const void *buffer, size_t len, -- cgit v1.2.1