summaryrefslogtreecommitdiff
path: root/bufaux.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-04-09 20:59:48 +1000
committerDamien Miller <djm@mindrot.org>2003-04-09 20:59:48 +1000
commit996acd2476d9d34b18bb4f99012ea0927458f418 (patch)
tree1420f273ae5395fc0adc9aa25dcd44fe821884a6 /bufaux.c
parent5f16a5ee4e35d36e72f8f72fb2334087cb2ea680 (diff)
downloadopenssh-git-996acd2476d9d34b18bb4f99012ea0927458f418.tar.gz
*** empty log message ***
Diffstat (limited to 'bufaux.c')
-rw-r--r--bufaux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bufaux.c b/bufaux.c
index 3c276b81..8066f77b 100644
--- a/bufaux.c
+++ b/bufaux.c
@@ -119,7 +119,7 @@ buffer_put_bignum2(Buffer *buffer, BIGNUM *value)
/**XXX should be two's-complement */
int i, carry;
u_char *uc = buf;
- log("negativ!");
+ logit("negativ!");
for (i = bytes-1, carry = 1; i>=0; i--) {
uc[i] ^= 0xff;
if (carry)