]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/rsa/rsa_chk.c
Make the RSA structure opaque
[thirdparty/openssl.git] / crypto / rsa / rsa_chk.c
index 02d3c4134049435a57460a36a921978940d82175..f78050876c776a384eb50c2df6bf4d8eb0479472 100644 (file)
@@ -49,7 +49,7 @@
 
 #include <openssl/bn.h>
 #include <openssl/err.h>
-#include <openssl/rsa.h>
+#include "rsa_locl.h"
 
 int RSA_check_key(const RSA *key)
 {