summaryrefslogtreecommitdiff
path: root/crypto/bn/bn_recp.c
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2012-06-03 22:00:21 +0000
committerBen Laurie <ben@openssl.org>2012-06-03 22:00:21 +0000
commit71fa451343f97b3624374ed1359adc23fba5696e (patch)
tree87ebfb43ece32507c68e360f36a67b4a921e79c0 /crypto/bn/bn_recp.c
parenta9e1c50bb09a110d4774e6710f9322344684fa2d (diff)
downloadopenssl-new-71fa451343f97b3624374ed1359adc23fba5696e.tar.gz
Version skew reduction: trivia (I hope).
Diffstat (limited to 'crypto/bn/bn_recp.c')
-rw-r--r--crypto/bn/bn_recp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/bn/bn_recp.c b/crypto/bn/bn_recp.c
index c086af6d0b..0145d0fa9b 100644
--- a/crypto/bn/bn_recp.c
+++ b/crypto/bn/bn_recp.c
@@ -62,7 +62,6 @@
#include "cryptlib.h"
#include "bn_lcl.h"
-
void BN_RECP_CTX_init(BN_RECP_CTX *recp)
{
BN_init(&(recp->N));