/proc/cpuinfo can have several lines containing the word "type". We want the one...
[openssl.git] / bugs / stream.c
index 155b7b9752e74e8b423d34620d72b1b97d0be89e..d2967c837d8ef4508350a13e00600f1bf7efc27b 100644 (file)
@@ -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
  */
 
 #include <stdio.h>
-#include "rc4.h"
+#include <openssl/rc4.h>
 #ifdef NO_DES
 #include <des.h>
 #else
-#include "des.h"
+#include <openssl/des.h>
 #endif
 
 /* show how stream ciphers are not very good.  The mac has no affect