]> git.saurik.com Git - apple/security.git/blobdiff - OSX/libsecurity_apple_csp/open_ssl/err/err.c
Security-58286.270.3.0.1.tar.gz
[apple/security.git] / OSX / libsecurity_apple_csp / open_ssl / err / err.c
index dfe092426f608ce4f70f2ffb8d3fbff93ed5463c..6dcff8726f89e7839a29525b2d5f51995f308619 100644 (file)
 #include <stdio.h>
 #include <stdarg.h>
 #include <string.h>
-#include <openssl/opensslconf.h>
-#include <openssl/lhash.h>
-#include <openssl/crypto.h>
+#include <openssl/opensslconf_legacy.h>
+#include <openssl/lhash_legacy.h>
+#include <openssl/crypto_legacy.h>
 #include "cryptlib.h"
-#include <openssl/buffer.h>
-#include <openssl/err.h>
-#include <openssl/crypto.h>
+#include <openssl/buffer_legacy.h>
+#include <openssl/opensslerr.h>
+#include <openssl/crypto_legacy.h>
 
 
 static LHASH *error_hash=NULL;