*/
#include "ckconfig.h"
-#if CRYPTKIT_ASYMMETRIC_ENABLE
-
#include "feeTypes.h"
#include "feeFEED.h"
#include "feeFEEDExp.h"
return FR_BadCipherText;
}
- /*
- * we already know how long this should be...
- */
- if(finst->initialRSSize != finst->initialRSSize) {
- dbgLog(("feeFEEDDecryptBlock: initialRS sync error\n"));
- return FR_BadCipherText;
- }
-
/*
* Set up clues
*/
}
-#endif /* CRYPTKIT_ASYMMETRIC_ENABLE */