1 /*
2 * Copyright 2003 Sun Microsystems, Inc. All rights reserved.
3 * Use is subject to license terms.
4 */
5 /* $OpenBSD: version.h,v 1.35 2002/10/01 13:24:50 markus Exp $ */
6
7 #ifndef _VERSION_H
8 #define _VERSION_H
9
10 #pragma ident "%Z%%M% %I% %E% SMI"
11
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
15
16
17 /* #define SSH_VERSION "OpenSSH_3.5p1" */
18
19
20 #ifdef __cplusplus
21 }
22 #endif
23
24 #endif /* _VERSION_H */