Remove DJGPP (and therefore WATT32) #ifdef's.
[openssl.git] / crypto / bn / bn_recp.c
index c086af6d0b58b570447b1be36384e4704c612c89..0145d0fa9b21d003f2d26ab0c6896cdc8a3ff5d5 100644 (file)
@@ -62,7 +62,6 @@
 #include "cryptlib.h"
 #include "bn_lcl.h"
 
-
 void BN_RECP_CTX_init(BN_RECP_CTX *recp)
        {
        BN_init(&(recp->N));