summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_conv.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/bn/bn_conv.c')
-rw-r--r--crypto/bn/bn_conv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bn/bn_conv.c b/crypto/bn/bn_conv.c
index 9219fa4cb8..3c5ae75ef7 100644
--- a/crypto/bn/bn_conv.c
+++ b/crypto/bn/bn_conv.c
@@ -8,7 +8,7 @@
*/
#include <openssl/err.h>
-#include "internal/ctype.h"
+#include "crypto/ctype.h"
#include "bn_lcl.h"
static const char Hex[] = "0123456789ABCDEF";