Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2002-03-20 19:04:04 +0300
committerBodo Möller <bodo@openssl.org>2002-03-20 19:04:04 +0300
commit82652aaf17819c6c1ecfc50602b4b54a19c566fb (patch)
tree4c63ffb8374283894e63dfe0615e2ceb709cb4c7 /crypto/dh/dh.h
parent17d6bb815813bab443a29cfd821d876afc9ecfef (diff)
fix DH_generate_parameters for general 'generator'
Diffstat (limited to 'crypto/dh/dh.h')
-rw-r--r--crypto/dh/dh.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/dh/dh.h b/crypto/dh/dh.h
index 15cf70de0b..05851f8429 100644
--- a/crypto/dh/dh.h
+++ b/crypto/dh/dh.h
@@ -198,6 +198,7 @@ void ERR_load_DH_strings(void);
#define DH_F_DH_NEW_METHOD 105
/* Reason codes. */
+#define DH_R_BAD_GENERATOR 101
#define DH_R_NO_PRIVATE_VALUE 100
#ifdef __cplusplus