]> git.saurik.com Git - apple/security.git/blobdiff - OSX/libsecurity_apple_csp/open_ssl/opensslUtils/opensslAsn1.cpp
Security-59754.80.3.tar.gz
[apple/security.git] / OSX / libsecurity_apple_csp / open_ssl / opensslUtils / opensslAsn1.cpp
index fc88a8af842a4cac02bf8f34b14c890f808005c7..cb01bce2b4b716e1e84b98f4e368dcf4ae4b9fab 100644 (file)
@@ -24,9 +24,9 @@
 #include "AppleCSPUtils.h"
 #include "opensshCoding.h"
 #include <Security/osKeyTemplates.h>
-#include <openssl/err.h>
-#include <openssl/bn.h>
-#include <openssl/crypto.h>
+#include <openssl/opensslerr.h>
+#include <openssl/bn_legacy.h>
+#include <openssl/crypto_legacy.h>
 
 #include <security_asn1/SecNssCoder.h>
 #include <security_asn1/secerr.h>
@@ -35,7 +35,7 @@
 #include <Security/oidsalg.h>
 #include <Security/SecAsn1Templates.h>
 
-#include <assert.h>
+#include <security_utilities/simulatecrash_assert.h>
 
 #define sslAsn1Debug(args...)  secinfo("sslAsn1", ##args)