aboutsummaryrefslogtreecommitdiff
path: root/crypto/bn/bn_x931p.c
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_x931p.c
parentdd703de02205dd9d88878cd5a48a15dbf2dd569e (diff)
downloadopenssl-85bcf27cccd8f5f569886479ad96a0c33444404c.zip
openssl-85bcf27cccd8f5f569886479ad96a0c33444404c.tar.gz
openssl-85bcf27cccd8f5f569886479ad96a0c33444404c.tar.bz2
Prepare for bn opaquify. Implement internal helper functions.
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'crypto/bn/bn_x931p.c')
-rw-r--r--crypto/bn/bn_x931p.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/bn/bn_x931p.c b/crypto/bn/bn_x931p.c
index eb4662f..7330ab5 100644
--- a/crypto/bn/bn_x931p.c
+++ b/crypto/bn/bn_x931p.c
@@ -58,6 +58,7 @@
#include <stdio.h>
#include <openssl/bn.h>
+#include "bn_lcl.h"
/* X9.31 routines for prime derivation */