Fix Timing Oracle in RSA decryption
[openssl.git] / crypto / rsa / rsa_sign.c
index 952d24fb8ae4142426256d474b94f9167623588b..7fc69361bf0a3848e34b7fdf12952223ea32abbf 100644 (file)
@@ -13,8 +13,8 @@
 #include <openssl/rsa.h>
 #include <openssl/objects.h>
 #include <openssl/x509.h>
-#include "internal/x509_int.h"
-#include "rsa_locl.h"
+#include "crypto/x509.h"
+#include "rsa_local.h"
 
 /* Size of an SSL signature: MD5+SHA1 */
 #define SSL_SIG_LENGTH  36