From 85bcf27cccd8f5f569886479ad96a0c33444404c Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Mon, 24 Nov 2014 10:06:20 +0000 Subject: Prepare for bn opaquify. Implement internal helper functions. Reviewed-by: Tim Hudson --- crypto/bn/bn_x931p.c | 1 + 1 file changed, 1 insertion(+) (limited to 'crypto/bn/bn_x931p.c') 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 #include +#include "bn_lcl.h" /* X9.31 routines for prime derivation */ -- cgit v1.2.3