[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] fix whitespace issues
Update of /home/or/cvsroot/tor/src/common
In directory moria:/tmp/cvs-serv3701/src/common
Modified Files:
crypto.c
Log Message:
fix whitespace issues
Index: crypto.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/common/crypto.c,v
retrieving revision 1.151
retrieving revision 1.152
diff -u -d -r1.151 -r1.152
--- crypto.c 7 Aug 2005 20:36:14 -0000 1.151
+++ crypto.c 8 Aug 2005 21:59:48 -0000 1.152
@@ -1395,7 +1395,7 @@
log_fn(LOG_WARN, "Rejecting DH key < 0");
return -1;
}
- if (BN_cmp(bn, dh_param_p)>=0){
+ if (BN_cmp(bn, dh_param_p)>=0) {
log_fn(LOG_WARN, "Rejecting DH key >= p");
return -1;
}