summaryrefslogtreecommitdiff
path: root/ssh-keygen.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-keygen.c')
-rw-r--r--ssh-keygen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh-keygen.c b/ssh-keygen.c
index e8e579b5d..d39e7d881 100644
--- a/ssh-keygen.c
+++ b/ssh-keygen.c
@@ -12,7 +12,7 @@
12 */ 12 */
13 13
14#include "includes.h" 14#include "includes.h"
15RCSID("$OpenBSD: ssh-keygen.c,v 1.116 2004/06/21 17:36:31 avsm Exp $"); 15RCSID("$OpenBSD: ssh-keygen.c,v 1.117 2004/07/11 17:48:47 deraadt Exp $");
16 16
17#include <openssl/evp.h> 17#include <openssl/evp.h>
18#include <openssl/pem.h> 18#include <openssl/pem.h>
@@ -895,7 +895,7 @@ main(int ac, char **av)
895 if (log_level == SYSLOG_LEVEL_INFO) 895 if (log_level == SYSLOG_LEVEL_INFO)
896 log_level = SYSLOG_LEVEL_DEBUG1; 896 log_level = SYSLOG_LEVEL_DEBUG1;
897 else { 897 else {
898 if (log_level >= SYSLOG_LEVEL_DEBUG1 && 898 if (log_level >= SYSLOG_LEVEL_DEBUG1 &&
899 log_level < SYSLOG_LEVEL_DEBUG3) 899 log_level < SYSLOG_LEVEL_DEBUG3)
900 log_level++; 900 log_level++;
901 } 901 }