]> git.saurik.com Git - apple/security.git/blobdiff - OSX/libsecurity_apple_csp/open_ssl/rsa/rsa_gen.c
Security-58286.270.3.0.1.tar.gz
[apple/security.git] / OSX / libsecurity_apple_csp / open_ssl / rsa / rsa_gen.c
index 3687e0c42a9b5304a6c54bfedc26e3a77967ff9c..86a26e7bd8ff6141b30ddc617acbdb3d69d7df11 100644 (file)
@@ -77,8 +77,8 @@
 #include <stdio.h>
 #include <time.h>
 #include "cryptlib.h"
-#include <openssl/bn.h>
-#include <openssl/rsa.h>
+#include <openssl/bn_legacy.h>
+#include <openssl/rsa_legacy.h>
 
 RSA *RSA_generate_key(int bits, unsigned long e_value,
             void (*callback)(int,int,void *), void *cb_arg)