aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorKirill Marinushkin <k.marinushkin@gmail.com>2016-03-30 18:39:42 +0200
committerRich Salz <rsalz@openssl.org>2016-04-02 16:57:07 -0400
commitd3e6d6bcdfb725a57f94330367e7b752036c7a2c (patch)
treeaef603c5fd1aafeb8180c8b2e9e5f9e9b1a1fd2b /include
parentfc9755ee0d9590510df48b5fbac7cea0b6792b1f (diff)
downloadopenssl-d3e6d6bcdfb725a57f94330367e7b752036c7a2c.tar.gz
moved structure bio_buf_mem_st from headers to bss_mem.c
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'include')
-rw-r--r--include/openssl/ossl_typ.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/openssl/ossl_typ.h b/include/openssl/ossl_typ.h
index ee2f70af13..7a8d319989 100644
--- a/include/openssl/ossl_typ.h
+++ b/include/openssl/ossl_typ.h
@@ -128,7 +128,6 @@ typedef struct bn_recp_ctx_st BN_RECP_CTX;
typedef struct bn_gencb_st BN_GENCB;
typedef struct buf_mem_st BUF_MEM;
-typedef struct bio_buf_mem_st BIO_BUF_MEM;
typedef struct evp_cipher_st EVP_CIPHER;
typedef struct evp_cipher_ctx_st EVP_CIPHER_CTX;