]> git.saurik.com Git - apple/security.git/blobdiff - OSX/libsecurity_apple_csp/open_ssl/opensslUtils/opensslAsn1.cpp
Security-59306.101.1.tar.gz
[apple/security.git] / OSX / libsecurity_apple_csp / open_ssl / opensslUtils / opensslAsn1.cpp
index 5f3b68e6de92e8568ebf4758bdf90027a95c0a79..cd652271eaa7f466fe6646ddc328fd7b1bc76c0e 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>
@@ -37,7 +37,7 @@
 
 #include <assert.h>
 
-#define sslAsn1Debug(args...)  secdebug("sslAsn1", ##args)
+#define sslAsn1Debug(args...)  secinfo("sslAsn1", ##args)
 
 #ifndef        NDEBUG
 /* set to 1 to see all ASN related errors */