From 9f14bbd6ad57f08779bea4d6cb5f274818e34b45 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 27 Jul 2009 20:30:27 +0200 Subject: [PATCH] Remove double SSH2_MSG_USERAUTH_PK_OK. --- include/libssh/ssh2.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/libssh/ssh2.h b/include/libssh/ssh2.h index f5a1fe52..bd89f4e1 100644 --- a/include/libssh/ssh2.h +++ b/include/libssh/ssh2.h @@ -26,7 +26,6 @@ #define SSH2_MSG_USERAUTH_PK_OK 60 #define SSH2_MSG_USERAUTH_PASSWD_CHANGEREQ 60 #define SSH2_MSG_USERAUTH_INFO_REQUEST 60 -#define SSH2_MSG_USERAUTH_PK_OK 60 #define SSH2_MSG_USERAUTH_INFO_RESPONSE 61 #define SSH2_MSG_GLOBAL_REQUEST 80 #define SSH2_MSG_REQUEST_SUCCESS 81