mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-23 01:49:41 +00:00
Remove cast from DefaultTag in asn.h
This commit is contained in:
parent
de45ebeec1
commit
5c4c631e92
2
asn.h
2
asn.h
@ -607,7 +607,7 @@ public:
|
||||
/// \param inQueue input byte queue
|
||||
/// \details BERSetDecoder uses DefaultTag
|
||||
explicit BERSetDecoder(BERSetDecoder &inQueue)
|
||||
: BERGeneralDecoder(inQueue, static_cast<int>(DefaultTag)) {}
|
||||
: BERGeneralDecoder(inQueue, DefaultTag) {}
|
||||
|
||||
/// \brief Construct an ASN.1 decoder
|
||||
/// \param inQueue input byte queue
|
||||
|
Loading…
Reference in New Issue
Block a user