I am getting the following error while compiling cryptop using xlC
CryptoPP::DL_SS" does not match the template parameter "class
ALG_INFO.
I tried changing these declarations in pubkey.h but it didnot help as
it lead to more errors
template <class KEYS, class SA, class MEM, class H, class ALG_INFO>
class DL_SS;
//! Discrete Log Based Signature Scheme
template <class KEYS, class SA, class MEM, class H, class ALG_INFO =
DL_SS<KEYS, SA, MEM, H, int> >
class DL_SS : public KEYS
{
...
}
I still went ahead making changes all over until simple.h but all
tests failed.
It would be much appreciated if someone can suggest a right way to fix
this. Hopefully this is the only error preventing compiling cryptopp
in aix.
The error happens with TF_SS and TF_ES.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the "Crypto++ Users"
Google Group.
To unsubscribe, send an email to [EMAIL PROTECTED]
More information about Crypto++ and this group is available at
http://www.cryptopp.com.
-~----------~----~----~----~------~----~------~--~---