From 71cece53f20ad0348c8e6a83b032a4bcfa42cdcf Mon Sep 17 00:00:00 2001 From: jkim Date: Thu, 28 Jan 2016 18:41:59 +0000 Subject: Import OpenSSL 1.0.2f. --- crypto/dh/dh.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crypto/dh/dh.h') diff --git a/crypto/dh/dh.h b/crypto/dh/dh.h index b177673..5498a9d 100644 --- a/crypto/dh/dh.h +++ b/crypto/dh/dh.h @@ -174,6 +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 /* * primes p where (p-1)/2 is prime too are called "safe"; we define this for -- cgit v1.1