commit | 24c01865dc9e010db4edca08a94c2a1fbe092b23 | [log] [tgz] |
---|---|---|
author | Adam Langley <alangley@gmail.com> | Fri May 06 16:14:47 2022 -0700 |
committer | Boringssl LUCI CQ <boringssl-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jul 26 21:25:34 2022 +0000 |
tree | 2e226a413de6f08148a0df6da66427e10b9c7f50 | |
parent | f4cdf91433ee67ae9384b5156005bc2ce50a8575 [diff] [blame] |
Expose the CTR_DRBG API. Change-Id: Ie071dcd94d2ae8aa8ee148682f9b0054ed9e3501 Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/52445 Reviewed-by: David Benjamin <davidben@google.com> Commit-Queue: David Benjamin <davidben@google.com>
diff --git a/include/openssl/base.h b/include/openssl/base.h index b74e66f..76955c7 100644 --- a/include/openssl/base.h +++ b/include/openssl/base.h
@@ -389,6 +389,7 @@ typedef struct conf_value_st CONF_VALUE; typedef struct crypto_buffer_pool_st CRYPTO_BUFFER_POOL; typedef struct crypto_buffer_st CRYPTO_BUFFER; +typedef struct ctr_drbg_state_st CTR_DRBG_STATE; typedef struct dh_st DH; typedef struct dsa_st DSA; typedef struct ec_group_st EC_GROUP;