Fix the S/MIME code so it now works again and
[openssl.git] / bugs / stream.c
index 50a3884995c50730c9f436b673aa677f374f3ecb..d2967c837d8ef4508350a13e00600f1bf7efc27b 100644 (file)
  */
 
 #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