hash/hmac: instantiate in containing namespace
This commit is contained in:
parent
b96ccef8ba
commit
cbf385b570
@ -121,5 +121,7 @@ HMAC<T>::digest (void)
|
|||||||
#include "md5.hpp"
|
#include "md5.hpp"
|
||||||
#include "sha1.hpp"
|
#include "sha1.hpp"
|
||||||
|
|
||||||
template class HMAC<util::hash::MD5>;
|
namespace util { namespace hash {
|
||||||
template class HMAC<util::hash::SHA1>;
|
template class HMAC<MD5>;
|
||||||
|
template class HMAC<SHA1>;
|
||||||
|
} }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user