summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/engine/eng_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/engine/eng_int.h')
-rw-r--r--src/lib/libcrypto/engine/eng_int.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/lib/libcrypto/engine/eng_int.h b/src/lib/libcrypto/engine/eng_int.h
index a5b1edebf4..38335f99cd 100644
--- a/src/lib/libcrypto/engine/eng_int.h
+++ b/src/lib/libcrypto/engine/eng_int.h
@@ -55,16 +55,10 @@
55 * Hudson (tjh@cryptsoft.com). 55 * Hudson (tjh@cryptsoft.com).
56 * 56 *
57 */ 57 */
58/* ====================================================================
59 * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
60 * ECDH support in OpenSSL originally developed by
61 * SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project.
62 */
63 58
64#ifndef HEADER_ENGINE_INT_H 59#ifndef HEADER_ENGINE_INT_H
65#define HEADER_ENGINE_INT_H 60#define HEADER_ENGINE_INT_H
66 61
67#include "cryptlib.h"
68/* Take public definitions from engine.h */ 62/* Take public definitions from engine.h */
69#include <openssl/engine.h> 63#include <openssl/engine.h>
70 64
@@ -152,10 +146,7 @@ struct engine_st
152 const RSA_METHOD *rsa_meth; 146 const RSA_METHOD *rsa_meth;
153 const DSA_METHOD *dsa_meth; 147 const DSA_METHOD *dsa_meth;
154 const DH_METHOD *dh_meth; 148 const DH_METHOD *dh_meth;
155 const ECDH_METHOD *ecdh_meth;
156 const ECDSA_METHOD *ecdsa_meth;
157 const RAND_METHOD *rand_meth; 149 const RAND_METHOD *rand_meth;
158 const STORE_METHOD *store_meth;
159 /* Cipher handling is via this callback */ 150 /* Cipher handling is via this callback */
160 ENGINE_CIPHERS_PTR ciphers; 151 ENGINE_CIPHERS_PTR ciphers;
161 /* Digest handling is via this callback */ 152 /* Digest handling is via this callback */