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