* Use a union.

This commit is contained in:
Eelco Dolstra 2006-02-13 18:00:08 +00:00
parent 2d2e28d02c
commit e8475bbd5b
1 changed files with 1 additions and 2 deletions

View File

@ -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;