mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-24 02:27:59 +02:00
refactoring
This commit is contained in:
@ -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
|
//Erik: Since we don't do encryption secure cleaning is not needed
|
||||||
memset(p, 0, HASH_CBLOCK);
|
memset(p, 0, HASH_CBLOCK);
|
||||||
|
|
||||||
#ifndef HASH_MAKE_STRING
|
|
||||||
# error "HASH_MAKE_STRING must be defined!"
|
|
||||||
#else
|
|
||||||
HASH_MAKE_STRING(c, md);
|
HASH_MAKE_STRING(c, md);
|
||||||
#endif
|
|
||||||
|
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
Reference in New Issue
Block a user