Hi Paul, > I downloaded the distribution for the FIPS 5.3.0 build. I am trying > to build the source files and I'm getting a compile error. To enjoy the FIPS compliance, you have to use the compiled binary provided by the library. This is a requirement of FIPS process.
> cryptopp\source\integer.cpp(88) : error C2244: > 'CryptoPP::AlignedAllocator<T>::allocate' : unable to match function > definition to an existing declaration See http://groups.google.com/group/cryptopp-users/browse_frm/thread/ea3f662d5309bcf6/53d8352b367ed5fa. Jeff On 10/19/07, Paul <[EMAIL PROTECTED]> wrote: > > I downloaded the distribution for the FIPS 5.3.0 build. I am trying > to build the source files and I'm getting a compile error. > > cryptopp\source\integer.cpp(88) : error C2244: > 'CryptoPP::AlignedAllocator<T>::allocate' : unable to match function > definition to an existing declaration > cryptopp\include\integer.h(44) : see declaration of > 'CryptoPP::AlignedAllocator<T>::allocate' > definition > 'AllocatorBase<T>::pointer > CryptoPP::AlignedAllocator<T>::allocate(CryptoPP::AlignedAllocator<T>::size_type,const > void *)' > existing declarations > 'T > *CryptoPP::AlignedAllocator<T>::allocate(CryptoPP::AlignedAllocator<T>::size_type,const > void *)' > > Any ideas? > --~--~---------~--~----~------------~-------~--~----~ 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. -~----------~----~----~----~------~----~------~--~---
