X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=bugs%2Fstream.c;h=c3b5e867d284de427541e995204fc4b15370bcc3;hp=50a3884995c50730c9f436b673aa677f374f3ecb;hb=21b25ed4b83334b0296aa5b33a250f1f7488de4c;hpb=58964a492275ca9a59a0cd9c8155cb2491b4b909 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