X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=bugs%2Fstream.c;h=c3b5e867d284de427541e995204fc4b15370bcc3;hp=50a3884995c50730c9f436b673aa677f374f3ecb;hb=c0ed5cd47bebc489053e1121f0b58320704db452;hpb=7dfb0b774e6592dcbfe47015168a0ac8b44e2a17 diff --git a/bugs/stream.c b/bugs/stream.c index 50a3884995..c3b5e867d2 100644 --- a/bugs/stream.c +++ b/bugs/stream.c @@ -57,11 +57,11 @@ */ #include -#include "rc4.h" -#ifdef NO_DES +#include +#ifdef OPENSSL_NO_DES #include #else -#include "des.h" +#include #endif /* show how stream ciphers are not very good. The mac has no affect