summaryrefslogtreecommitdiffstats
path: root/crypto/rsa/rsa_null.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/rsa/rsa_null.c')
-rw-r--r--crypto/rsa/rsa_null.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/rsa/rsa_null.c b/crypto/rsa/rsa_null.c
index 535660a7de..ecb2f7cc05 100644
--- a/crypto/rsa/rsa_null.c
+++ b/crypto/rsa/rsa_null.c
@@ -58,7 +58,7 @@
*/
#include <stdio.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
#include <openssl/bn.h>
#include <openssl/rsa.h>
#include <openssl/rand.h>