]> git.saurik.com Git - apple/security.git/blobdiff - OSX/libsecurity_apple_csp/open_ssl/dh/dh_key.c
Security-57740.51.3.tar.gz
[apple/security.git] / OSX / libsecurity_apple_csp / open_ssl / dh / dh_key.c
index 8fc8e179c5e2986aafcc851210d6c0196b8e19fe..44e5b399af381490b024cd411ddbf5ca1e0d3956 100644 (file)
@@ -75,9 +75,9 @@
 
 #include <stdio.h>
 #include "cryptlib.h"
-#include <openssl/bn.h>
+#include <openssl/bn_legacy.h>
 #include <openssl/rand.h>
-#include <openssl/dh.h>
+#include <openssl/dh_legacy.h>
 
 static int generate_key(DH *dh);
 static int compute_key(unsigned char *key, BIGNUM *pub_key, DH *dh);