X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fevp%2Fbio_b64.c;h=f9d434b2997f9dae88abd830c19e173a8564a4e3;hp=a68006420070522421356e4b6129908d4301407c;hb=ec577822f95a8bca0023c5c77cef1a4916822d4a;hpb=6b691a5c85ddc4e407e32781841fee5c029506cd diff --git a/crypto/evp/bio_b64.c b/crypto/evp/bio_b64.c index a680064200..f9d434b299 100644 --- a/crypto/evp/bio_b64.c +++ b/crypto/evp/bio_b64.c @@ -59,8 +59,8 @@ #include #include #include "cryptlib.h" -#include "buffer.h" -#include "evp.h" +#include +#include #ifndef NOPROTO static int b64_write(BIO *h,char *buf,int num);