From 9aeed18ad799c20d3accf6e1535817538dc983f6 Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Tue, 1 Mar 2016 17:57:01 +0000 Subject: Import OpenSSL 1.0.2g. --- crypto/dh/dh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/dh/dh.h') diff --git a/crypto/dh/dh.h b/crypto/dh/dh.h index 5498a9dc1060..a5bd9016aae8 100644 --- a/crypto/dh/dh.h +++ b/crypto/dh/dh.h @@ -174,7 +174,7 @@ struct dh_st { /* DH_check_pub_key error codes */ # define DH_CHECK_PUBKEY_TOO_SMALL 0x01 # define DH_CHECK_PUBKEY_TOO_LARGE 0x02 -# define DH_CHECK_PUBKEY_INVALID 0x03 +# define DH_CHECK_PUBKEY_INVALID 0x04 /* * primes p where (p-1)/2 is prime too are called "safe"; we define this for -- cgit v1.2.3