forked from lix-project/lix
* Use a union.
This commit is contained in:
parent
2d2e28d02c
commit
e8475bbd5b
|
@ -14,7 +14,6 @@ extern "C" {
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Hash::Hash()
|
Hash::Hash()
|
||||||
{
|
{
|
||||||
type = htUnknown;
|
type = htUnknown;
|
||||||
|
@ -198,7 +197,7 @@ bool isHash(const string & s)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
struct Ctx
|
union Ctx
|
||||||
{
|
{
|
||||||
md5_ctx md5;
|
md5_ctx md5;
|
||||||
sha_ctx sha1;
|
sha_ctx sha1;
|
||||||
|
|
Loading…
Reference in a new issue