From b753732197bfe6137db2f1cc4132d268fff2986e Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Tue, 7 Sep 2021 13:33:59 +0200 Subject: [PATCH] refactoring --- slsSupportLib/opensslMd5/md5.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/slsSupportLib/opensslMd5/md5.c b/slsSupportLib/opensslMd5/md5.c index 6dbb22186..a379dc52c 100644 --- a/slsSupportLib/opensslMd5/md5.c +++ b/slsSupportLib/opensslMd5/md5.c @@ -298,11 +298,7 @@ int HASH_FINAL(unsigned char *md, HASH_CTX *c) //Erik: Since we don't do encryption secure cleaning is not needed memset(p, 0, HASH_CBLOCK); -#ifndef HASH_MAKE_STRING -# error "HASH_MAKE_STRING must be defined!" -#else HASH_MAKE_STRING(c, md); -#endif return 1; } \ No newline at end of file