summaryrefslogtreecommitdiff
path: root/src/ne_openssl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ne_openssl.c')
-rw-r--r--src/ne_openssl.c4
1 files changed, 0 insertions, 4 deletions
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,