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