Add ctrl and macro so we can determine if peer support secure renegotiation.
[openssl.git] / bugs / stream.c
index 155b7b9752e74e8b423d34620d72b1b97d0be89e..c3b5e867d284de427541e995204fc4b15370bcc3 100644 (file)
@@ -1,5 +1,5 @@
 /* bugs/stream.c */
 /* 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
  * All rights reserved.
  *
  * This package is an SSL implementation written
  */
 
 #include <stdio.h>
  */
 
 #include <stdio.h>
-#include "rc4.h"
-#ifdef NO_DES
+#include <openssl/rc4.h>
+#ifdef OPENSSL_NO_DES
 #include <des.h>
 #else
 #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
 #endif
 
 /* show how stream ciphers are not very good.  The mac has no affect