summaryrefslogtreecommitdiff
path: root/usr/src/common/openssl/crypto/engine/eng_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/common/openssl/crypto/engine/eng_int.h')
-rw-r--r--usr/src/common/openssl/crypto/engine/eng_int.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/usr/src/common/openssl/crypto/engine/eng_int.h b/usr/src/common/openssl/crypto/engine/eng_int.h
index 38335f99cd..a5b1edebf4 100644
--- a/usr/src/common/openssl/crypto/engine/eng_int.h
+++ b/usr/src/common/openssl/crypto/engine/eng_int.h
@@ -55,10 +55,16 @@
* Hudson (tjh@cryptsoft.com).
*
*/
+/* ====================================================================
+ * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
+ * ECDH support in OpenSSL originally developed by
+ * SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project.
+ */
#ifndef HEADER_ENGINE_INT_H
#define HEADER_ENGINE_INT_H
+#include "cryptlib.h"
/* Take public definitions from engine.h */
#include <openssl/engine.h>
@@ -146,7 +152,10 @@ struct engine_st
const RSA_METHOD *rsa_meth;
const DSA_METHOD *dsa_meth;
const DH_METHOD *dh_meth;
+ const ECDH_METHOD *ecdh_meth;
+ const ECDSA_METHOD *ecdsa_meth;
const RAND_METHOD *rand_meth;
+ const STORE_METHOD *store_meth;
/* Cipher handling is via this callback */
ENGINE_CIPHERS_PTR ciphers;
/* Digest handling is via this callback */