diff options
Diffstat (limited to 'ssh2.h')
-rw-r--r-- | ssh2.h | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssh2.h,v 1.14 2010/08/31 11:54:45 djm Exp $ */ | 1 | /* $OpenBSD: ssh2.h,v 1.15 2014/01/29 06:18:35 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2000 Markus Friedl. All rights reserved. | 4 | * Copyright (c) 2000 Markus Friedl. All rights reserved. |
@@ -115,12 +115,6 @@ | |||
115 | #define SSH2_MSG_USERAUTH_PASSWD_CHANGEREQ 60 | 115 | #define SSH2_MSG_USERAUTH_PASSWD_CHANGEREQ 60 |
116 | #define SSH2_MSG_USERAUTH_INFO_REQUEST 60 | 116 | #define SSH2_MSG_USERAUTH_INFO_REQUEST 60 |
117 | #define SSH2_MSG_USERAUTH_INFO_RESPONSE 61 | 117 | #define SSH2_MSG_USERAUTH_INFO_RESPONSE 61 |
118 | #define SSH2_MSG_USERAUTH_JPAKE_CLIENT_STEP1 60 | ||
119 | #define SSH2_MSG_USERAUTH_JPAKE_SERVER_STEP1 61 | ||
120 | #define SSH2_MSG_USERAUTH_JPAKE_CLIENT_STEP2 62 | ||
121 | #define SSH2_MSG_USERAUTH_JPAKE_SERVER_STEP2 63 | ||
122 | #define SSH2_MSG_USERAUTH_JPAKE_CLIENT_CONFIRM 64 | ||
123 | #define SSH2_MSG_USERAUTH_JPAKE_SERVER_CONFIRM 65 | ||
124 | 118 | ||
125 | /* connection protocol: generic */ | 119 | /* connection protocol: generic */ |
126 | 120 | ||