]> git.saurik.com Git - apple/security.git/blobdiff - OSX/libsecurity_cryptkit/lib/CryptKitDER.cpp
Security-59306.101.1.tar.gz
[apple/security.git] / OSX / libsecurity_cryptkit / lib / CryptKitDER.cpp
index f8cabe31bee4e9eb7ca89f7b5bcacbb9e32f8c9a..bb9db9966d6a3b54bbf3d79f9bc92a68f7a82e81 100644 (file)
@@ -24,7 +24,6 @@
 
 #include "ckconfig.h"
 
 
 #include "ckconfig.h"
 
-#if    CRYPTKIT_DER_ENABLE
 
 #include <security_cryptkit/CryptKitDER.h>
 #include <security_cryptkit/falloc.h>
 
 #include <security_cryptkit/CryptKitDER.h>
 #include <security_cryptkit/falloc.h>
@@ -37,6 +36,7 @@
 #include <Security/keyTemplates.h>
 #include <Security/oidsalg.h>
 #include <Security/oidsattr.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
 
 #define PRINT_SIG_GIANTS               0
 #define PRINT_CURVE_PARAMS             0
@@ -1241,4 +1241,3 @@ feeReturn feeDERDecodePKCS8PrivateKey(
        return frtn;
 }
 
        return frtn;
 }
 
-#endif /* CRYPTKIT_DER_ENABLE */