diff options
author | Matt Caswell <matt@openssl.org> | 2014-11-24 11:06:20 +0100 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2014-12-08 22:40:12 +0100 |
commit | 85bcf27cccd8f5f569886479ad96a0c33444404c (patch) | |
tree | 768ff7474506cc50ce217011c918be93264b71b5 /crypto/bn/bn_x931p.c | |
parent | Remove internal bn dependancies from speed.c (diff) | |
download | openssl-85bcf27cccd8f5f569886479ad96a0c33444404c.tar.xz openssl-85bcf27cccd8f5f569886479ad96a0c33444404c.zip |
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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/bn/bn_x931p.c b/crypto/bn/bn_x931p.c index eb4662ff90..7330ab5802 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 */ |