summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_recp.c
diff options
context:
space:
mode:
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));