summaryrefslogtreecommitdiff
path: root/crypto/bn/bn_lcl.h
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2014-11-24 10:06:20 +0000
committerMatt Caswell <matt@openssl.org>2014-12-08 21:40:12 +0000
commit85bcf27cccd8f5f569886479ad96a0c33444404c (patch)
tree768ff7474506cc50ce217011c918be93264b71b5 /crypto/bn/bn_lcl.h
parentdd703de02205dd9d88878cd5a48a15dbf2dd569e (diff)
downloadopenssl-new-85bcf27cccd8f5f569886479ad96a0c33444404c.tar.gz
Prepare for bn opaquify. Implement internal helper functions.
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'crypto/bn/bn_lcl.h')
-rw-r--r--crypto/bn/bn_lcl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bn/bn_lcl.h b/crypto/bn/bn_lcl.h
index 3de1d4cde1..116dac458c 100644
--- a/crypto/bn/bn_lcl.h
+++ b/crypto/bn/bn_lcl.h
@@ -112,7 +112,7 @@
#ifndef HEADER_BN_LCL_H
#define HEADER_BN_LCL_H
-#include <openssl/bn.h>
+#include "internal/bn_int.h"
#ifdef __cplusplus
extern "C" {