X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=bugs%2Fstream.c;h=d2967c837d8ef4508350a13e00600f1bf7efc27b;hp=155b7b9752e74e8b423d34620d72b1b97d0be89e;hb=be054868a12904cde59a63c43baabd061cb83627;hpb=eda1f21f1af8b6f77327e7b37573af9c1ba73726 diff --git a/bugs/stream.c b/bugs/stream.c index 155b7b9752..d2967c837d 100644 --- a/bugs/stream.c +++ b/bugs/stream.c @@ -1,5 +1,5 @@ /* bugs/stream.c */ -/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) +/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written @@ -57,11 +57,11 @@ */ #include -#include "rc4.h" +#include #ifdef NO_DES #include #else -#include "des.h" +#include #endif /* show how stream ciphers are not very good. The mac has no affect