summaryrefslogtreecommitdiff
path: root/crypto/openssl/crypto/rsa/rsa_meth.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/crypto/rsa/rsa_meth.c')
-rw-r--r--crypto/openssl/crypto/rsa/rsa_meth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssl/crypto/rsa/rsa_meth.c b/crypto/openssl/crypto/rsa/rsa_meth.c
index def19f375f92..2845b79db8ef 100644
--- a/crypto/openssl/crypto/rsa/rsa_meth.c
+++ b/crypto/openssl/crypto/rsa/rsa_meth.c
@@ -8,7 +8,7 @@
*/
#include <string.h>
-#include "rsa_locl.h"
+#include "rsa_local.h"
#include <openssl/err.h>
RSA_METHOD *RSA_meth_new(const char *name, int flags)