From eacff8533e93a2df7a6b4f43ddb51a0d8be775cb Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Mon, 12 Nov 2001 11:07:35 +1100 Subject: - markus@cvs.openbsd.org 2001/11/10 13:22:42 [ssh-rsa.c] KNF (unexpand) --- ssh-rsa.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ssh-rsa.c') diff --git a/ssh-rsa.c b/ssh-rsa.c index 6fd47287c..a6a703b95 100644 --- a/ssh-rsa.c +++ b/ssh-rsa.c @@ -23,7 +23,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: ssh-rsa.c,v 1.12 2001/11/07 22:10:28 markus Exp $"); +RCSID("$OpenBSD: ssh-rsa.c,v 1.13 2001/11/10 13:22:42 markus Exp $"); #include #include @@ -54,7 +54,7 @@ ssh_rsa_sign( error("ssh_rsa_sign: no RSA key"); return -1; } - if (datafellows & SSH_BUG_SIGBLOB) { + if (datafellows & SSH_BUG_SIGBLOB) { error("ssh_rsa_sign: SSH_BUG_SIGBLOB not supported"); return -1; } @@ -128,7 +128,7 @@ ssh_rsa_verify( error("ssh_rsa_verify: no RSA key"); return -1; } - if (datafellows & SSH_BUG_SIGBLOB) { + if (datafellows & SSH_BUG_SIGBLOB) { error("ssh_rsa_verify: SSH_BUG_SIGBLOB not supported"); return -1; } -- cgit v1.2.3