OpenPGP-SDK icon indicating copy to clipboard operation
OpenPGP-SDK copied to clipboard

Include OpenSSL's bio.h.

Open agl opened this issue 8 years ago • 0 comments

crypto_openssl.c uses functions from bio.h but does not include it. This happens to work with current versions of OpenSSL because other OpenSSL headers happen to include bio.h. However, this might not be true of future versions and so is fragile.

agl avatar Mar 10 '16 18:03 agl