summaryrefslogtreecommitdiff
path: root/crypto/bio/build.info
Commit message (Collapse)AuthorAgeFilesLines
* Adapt bf_lbuf for opaque BIORichard Levitte2016-03-301-2/+1
| | | | | | | Also, have it always be built, even though it's only (currently) used on VMS. That will assure it will get the same changes as all others. Reviewed-by: Matt Caswell <matt@openssl.org>
* Add functions for creating BIO_METHODsMatt Caswell2016-03-291-1/+1
| | | | | | | BIO_METHODs are soon to be opaque so we need to have functions available to set them up. Reviewed-by: Richard Levitte <levitte@openssl.org>
* Update crypto/bio/build.infoRichard Levitte2016-02-041-2/+2
| | | | Reviewed-by: Rich Salz <rsalz@openssl.org>
* unified build scheme: add build.info filesRichard Levitte2016-02-011-0/+9
Now that we have the foundation for the "unified" build scheme in place, we add build.info files. They have been generated from the Makefiles in the same directories. Things that are platform specific will appear in later commits. Reviewed-by: Andy Polyakov <appro@openssl.org>