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:
authorDr. Stephen Henson <steve@openssl.org>2002-03-09 21:25:03 +0300
committerDr. Stephen Henson <steve@openssl.org>2002-03-09 21:25:03 +0300
commit0c372b94f77bebed947b6a5d217a141a3259b3ed (patch)
tree11484ae0861431320e02ea15ed47b2620b91abd5 /crypto/dh/dh.h
parent26e123738028da5e767cbf7e71c6af114cab6ec3 (diff)
Make {RSA,DSA,DH}_new_method obtain and release an ENGINE
functional reference in all cases.
Diffstat (limited to 'crypto/dh/dh.h')
-rw-r--r--crypto/dh/dh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/dh/dh.h b/crypto/dh/dh.h
index 9bc1d319f9..15cf70de0b 100644
--- a/crypto/dh/dh.h
+++ b/crypto/dh/dh.h
@@ -195,7 +195,7 @@ void ERR_load_DH_strings(void);
#define DH_F_DH_COMPUTE_KEY 102
#define DH_F_DH_GENERATE_KEY 103
#define DH_F_DH_GENERATE_PARAMETERS 104
-#define DH_F_DH_NEW 105
+#define DH_F_DH_NEW_METHOD 105
/* Reason codes. */
#define DH_R_NO_PRIVATE_VALUE 100