]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/rsa/rsa_ossl.c
Reorganize local header files
[thirdparty/openssl.git] / crypto / rsa / rsa_ossl.c
index 54171de2f30e954fed7ee8f0e83fd90f39c7d026..39d17cf38ccbbb601bf9ac05db0898b4b7523013 100644 (file)
@@ -9,8 +9,8 @@
 
 #include "internal/cryptlib.h"
 #include "crypto/bn.h"
-#include "rsa_locl.h"
-#include "internal/constant_time_locl.h"
+#include "rsa_local.h"
+#include "internal/constant_time.h"
 
 static int rsa_ossl_public_encrypt(int flen, const unsigned char *from,
                                   unsigned char *to, RSA *rsa, int padding);