diff options
Diffstat (limited to 'ssh2.h')
-rw-r--r-- | ssh2.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssh2.h,v 1.12 2009/10/24 11:19:17 andreas Exp $ */ | 1 | /* $OpenBSD: ssh2.h,v 1.13 2010/02/26 20:29:54 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2000 Markus Friedl. All rights reserved. | 4 | * Copyright (c) 2000 Markus Friedl. All rights reserved. |
@@ -173,3 +173,6 @@ | |||
173 | #define SSH2_MSG_KEX_ROAMING_AUTH_OK 33 | 173 | #define SSH2_MSG_KEX_ROAMING_AUTH_OK 33 |
174 | #define SSH2_MSG_KEX_ROAMING_AUTH_FAIL 34 | 174 | #define SSH2_MSG_KEX_ROAMING_AUTH_FAIL 34 |
175 | 175 | ||
176 | /* Certificate types for OpenSSH certificate keys extension */ | ||
177 | #define SSH2_CERT_TYPE_USER 1 | ||
178 | #define SSH2_CERT_TYPE_HOST 2 | ||