]> andersk Git - openssh.git/blobdiff - compat.h
- markus@cvs.openbsd.org 2001/03/27 10:57:00
[openssh.git] / compat.h
index 707726fa9934ef6a84887067f211997edebaef23..03f236117f31da5c07b6f006aee037f03d2310a3 100644 (file)
--- a/compat.h
+++ b/compat.h
@@ -21,7 +21,7 @@
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
-/* RCSID("$OpenBSD: compat.h,v 1.19 2001/03/23 11:04:06 djm Exp $"); */
+/* RCSID("$OpenBSD: compat.h,v 1.20 2001/03/27 10:57:00 markus Exp $"); */
 
 #ifndef COMPAT_H
 #define COMPAT_H
@@ -44,6 +44,7 @@
 #define SSH_BUG_PASSWORDPAD    0x0400
 #define SSH_BUG_SCANNER                0x0800
 #define SSH_BUG_BIGENDIANAES   0x1000
+#define SSH_BUG_RSASIGMD5      0x2000
 
 void    enable_compat13(void);
 void    enable_compat20(void);
This page took 0.036473 seconds and 4 git commands to generate.