X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=ssl%2Fssl_locl.h;h=c78c28fe45e35219d7b0b3458a76da71ddc20a71;hp=ce678a66dbb98860eb682d559e05e970815b9d66;hb=ae3947de09522206d61c0206a733517b10a910f8;hpb=75e2c877650444fb829547bdb58d46eb1297bc1a diff --git a/ssl/ssl_locl.h b/ssl/ssl_locl.h index ce678a66db..c78c28fe45 100644 --- a/ssl/ssl_locl.h +++ b/ssl/ssl_locl.h @@ -1322,6 +1322,7 @@ struct ssl_st { size_t block_padding; CRYPTO_RWLOCK *lock; + RAND_DRBG *drbg; }; /* @@ -2122,6 +2123,7 @@ __owur int ssl_build_cert_chain(SSL *s, SSL_CTX *ctx, int flags); __owur int ssl_cert_set_cert_store(CERT *c, X509_STORE *store, int chain, int ref); +__owur int ssl_randbytes(SSL *s, unsigned char *buf, size_t num); __owur int ssl_security(const SSL *s, int op, int bits, int nid, void *other); __owur int ssl_ctx_security(const SSL_CTX *ctx, int op, int bits, int nid, void *other);