#include "ckconfig.h"
-#if CRYPTKIT_DER_ENABLE
#include <security_cryptkit/CryptKitDER.h>
#include <security_cryptkit/falloc.h>
#include <Security/keyTemplates.h>
#include <Security/oidsalg.h>
#include <Security/oidsattr.h>
+#include <Security/x509defs.h>
#define PRINT_SIG_GIANTS 0
#define PRINT_CURVE_PARAMS 0
protected:
feeException(feeReturn frtn, const char *op);
public:
- ~feeException() throw() {}
- feeReturn frtn() const throw() { return mFrtn; }
+ ~feeException() _NOEXCEPT {}
+ feeReturn frtn() const _NOEXCEPT { return mFrtn; }
static void throwMe(feeReturn frtn, const char *op = NULL) __attribute__((noreturn));
private:
feeReturn mFrtn;
return frtn;
}
-#endif /* CRYPTKIT_DER_ENABLE */