diff options
| author | djm <> | 2008-09-06 12:15:56 +0000 |
|---|---|---|
| committer | djm <> | 2008-09-06 12:15:56 +0000 |
| commit | 5a3c0a05c7f2c5d3c584b7c8d6aec836dd724c80 (patch) | |
| tree | aba68249883aa9d2361d92eef69a81d0c4961732 /src/lib/libcrypto/engine/eng_int.h | |
| parent | f6198d4d0ab97685dc56be2d48715ed39fcc74b9 (diff) | |
| download | openbsd-5a3c0a05c7f2c5d3c584b7c8d6aec836dd724c80.tar.gz openbsd-5a3c0a05c7f2c5d3c584b7c8d6aec836dd724c80.tar.bz2 openbsd-5a3c0a05c7f2c5d3c584b7c8d6aec836dd724c80.zip | |
import of OpenSSL 0.9.8h
Diffstat (limited to 'src/lib/libcrypto/engine/eng_int.h')
| -rw-r--r-- | src/lib/libcrypto/engine/eng_int.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/lib/libcrypto/engine/eng_int.h b/src/lib/libcrypto/engine/eng_int.h index 38335f99cd..a5b1edebf4 100644 --- a/src/lib/libcrypto/engine/eng_int.h +++ b/src/lib/libcrypto/engine/eng_int.h | |||
| @@ -55,10 +55,16 @@ | |||
| 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 | */ | ||
| 58 | 63 | ||
| 59 | #ifndef HEADER_ENGINE_INT_H | 64 | #ifndef HEADER_ENGINE_INT_H |
| 60 | #define HEADER_ENGINE_INT_H | 65 | #define HEADER_ENGINE_INT_H |
| 61 | 66 | ||
| 67 | #include "cryptlib.h" | ||
| 62 | /* Take public definitions from engine.h */ | 68 | /* Take public definitions from engine.h */ |
| 63 | #include <openssl/engine.h> | 69 | #include <openssl/engine.h> |
| 64 | 70 | ||
| @@ -146,7 +152,10 @@ struct engine_st | |||
| 146 | const RSA_METHOD *rsa_meth; | 152 | const RSA_METHOD *rsa_meth; |
| 147 | const DSA_METHOD *dsa_meth; | 153 | const DSA_METHOD *dsa_meth; |
| 148 | const DH_METHOD *dh_meth; | 154 | const DH_METHOD *dh_meth; |
| 155 | const ECDH_METHOD *ecdh_meth; | ||
| 156 | const ECDSA_METHOD *ecdsa_meth; | ||
| 149 | const RAND_METHOD *rand_meth; | 157 | const RAND_METHOD *rand_meth; |
| 158 | const STORE_METHOD *store_meth; | ||
| 150 | /* Cipher handling is via this callback */ | 159 | /* Cipher handling is via this callback */ |
| 151 | ENGINE_CIPHERS_PTR ciphers; | 160 | ENGINE_CIPHERS_PTR ciphers; |
| 152 | /* Digest handling is via this callback */ | 161 | /* Digest handling is via this callback */ |
