DES is unused
This commit is contained in:
@@ -3,19 +3,10 @@
|
||||
#include "pch.h"
|
||||
#include "modes.h"
|
||||
|
||||
#include "des.h"
|
||||
|
||||
#include "strciphr.cpp"
|
||||
|
||||
NAMESPACE_BEGIN(CryptoPP)
|
||||
|
||||
void Modes_TestInstantiations()
|
||||
{
|
||||
CFB_Mode<DES>::Encryption m0;
|
||||
CFB_Mode<DES>::Decryption m1;
|
||||
CBC_Mode<DES>::Encryption m5;
|
||||
}
|
||||
|
||||
// explicit instantiations for Darwin gcc-932.1
|
||||
template class CFB_CipherTemplate<AbstractPolicyHolder<CFB_CipherAbstractPolicy, SymmetricCipher> >;
|
||||
template class CFB_EncryptionTemplate<>;
|
||||
|
||||
Reference in New Issue
Block a user