summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/dh.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/dh.h')
-rw-r--r--crypto/openssh/dh.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/openssh/dh.h b/crypto/openssh/dh.h
index dfc1480..48f7b68 100644
--- a/crypto/openssh/dh.h
+++ b/crypto/openssh/dh.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: dh.h,v 1.10 2008/06/26 09:19:40 djm Exp $ */
+/* $OpenBSD: dh.h,v 1.11 2013/10/08 11:42:13 dtucker Exp $ */
/*
* Copyright (c) 2000 Niels Provos. All rights reserved.
@@ -43,6 +43,7 @@ int dh_pub_is_valid(DH *, BIGNUM *);
int dh_estimate(int);
+/* Min and max values from RFC4419. */
#define DH_GRP_MIN 1024
#define DH_GRP_MAX 8192
OpenPOWER on IntegriCloud