Change #include filenames from <foo.h> to <openssl.h>.
[oweals/openssl.git] / crypto / rc2 / rc2.h
index 507a89698ef5e2726d34dcc8a7b01d31dee4809b..11fced6e1d998d0e57f75b6a414f321c979bfa0a 100644 (file)
@@ -1,4 +1,4 @@
-/* crypto/rc2/rc2.org */
+/* crypto/rc2/rc2.h */
 /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
@@ -66,7 +66,7 @@ extern "C" {
 #define RC2_ENCRYPT    1
 #define RC2_DECRYPT    0
 
-#include "opensslconf.h" /* RC2_INT */
+#include <openssl/opensslconf.h> /* RC2_INT */
 #define RC2_BLOCK      8
 #define RC2_KEY_LENGTH 16