xref: /titanic_41/usr/src/cmd/ssh/include/version.h (revision 03831d35f7499c87d51205817c93e9a8d42c4bae)
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 */
25