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

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@chromium.org>2015-06-29 02:25:36 +0300
committerAdam Langley <agl@google.com>2015-07-08 01:51:11 +0300
commit27dc1cd75a84baa18ff977878263dc39d6505a39 (patch)
treec9ae870123548dc4eecf7c6c94d91abfb1f73750 /crypto/rsa/internal.h
parent74f711083dc88c7344f33f1bca7019da4e376758 (diff)
Remove RSA_OAEP_PARAMS.
It's never used. (Only used upstream as part of some CMS hooks.) Change-Id: I7c59badc3e4771d7debbef0c3e0def93dc605e7b Reviewed-on: https://boringssl-review.googlesource.com/5274 Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'crypto/rsa/internal.h')
-rw-r--r--crypto/rsa/internal.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/crypto/rsa/internal.h b/crypto/rsa/internal.h
index d3e1d20a..1ccb3d73 100644
--- a/crypto/rsa/internal.h
+++ b/crypto/rsa/internal.h
@@ -127,12 +127,6 @@ typedef struct rsa_pss_params_st {
DECLARE_ASN1_FUNCTIONS(RSA_PSS_PARAMS)
-typedef struct rsa_oaep_params_st {
- X509_ALGOR *hashFunc;
- X509_ALGOR *maskGenFunc;
- X509_ALGOR *pSourceFunc;
-} RSA_OAEP_PARAMS;
-
/* RSA_additional_prime contains information about the third, forth etc prime
* in a multi-prime RSA key. */
typedef struct RSA_additional_prime_st {