Deprecate the macro MAC_OS_pre_X.
[openssl.git] / bugs / stream.c
index 50a3884995c50730c9f436b673aa677f374f3ecb..c3b5e867d284de427541e995204fc4b15370bcc3 100644 (file)
  */
 
 #include <stdio.h>
-#include "rc4.h"
-#ifdef NO_DES
+#include <openssl/rc4.h>
+#ifdef OPENSSL_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