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-12 08:28:22 +0300
committerAdam Langley <agl@google.com>2015-07-01 22:33:44 +0300
commit507b8193040384c3b1414ed7fd2ff115e3ee9548 (patch)
treebbebeb9bf01eeaecd208c562011df077eb392287 /include/openssl/evp.h
parente3aa1d9dd4de966c4421bb33f37c0821800f6d40 (diff)
Use typedef names in evp.h.
They're all forward-declared. There's no need to use the struct names. Change-Id: I435ae2f5971128f08c730317ca644d97239f3b54 Reviewed-on: https://boringssl-review.googlesource.com/5260 Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'include/openssl/evp.h')
-rw-r--r--include/openssl/evp.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/openssl/evp.h b/include/openssl/evp.h
index 249bb3fb..55f360a3 100644
--- a/include/openssl/evp.h
+++ b/include/openssl/evp.h
@@ -681,10 +681,10 @@ struct evp_pkey_st {
union {
char *ptr;
- struct rsa_st *rsa; /* RSA */
- struct dsa_st *dsa; /* DSA */
- struct dh_st *dh; /* DH */
- struct ec_key_st *ec; /* ECC */
+ RSA *rsa;
+ DSA *dsa;
+ DH *dh;
+ EC_KEY *ec;
} pkey;
/* ameth contains a pointer to a method table that contains many ASN.1